# URL Aliases in Varbase/Drupal

URL/path aliases are automatically generated in Varbase for various kinds of content (nodes, taxonomy terms, users) without requiring the user to manually specify the path alias. This allows the administrator to have URL aliases like /category/my-node-title instead of /node/123.

Drupal assigns a unique id number to each node created, ex: /node/60. However, by using "URL Alias" a more readable URL alias can be generated, ex: /node/landing-page.

The aliases are based upon a "pattern" system that uses tokens that the administrator can change. In Drupal, you can specify a pattern to follow for different types of content. Which gives the ability to automatically generate or regenerate aliases for pre-existing content as well as using tokens.

Hint: This can be achieved by using the [Pathauto](https://www.drupal.org/project/pathauto) module which comes pre-installed with Varbase and is enabled by default.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.varbase.vardot.com/10.1.x/developers/configuring-a-varbase-site/url-aliases-in-varbase-drupal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
