# URL Aliases

Varbase 11.0.x provides automatic URL alias management using the **Pathauto** module. Pathauto generates clean, human-readable URL aliases for content, taxonomy terms, users, and other entities based on configurable patterns. This replaces Drupal's default system paths (such as `/node/123`) with meaningful, SEO-friendly URLs.

Pathauto is installed and configured as part of the **Varbase SEO Base** recipe, which sets up default URL alias patterns for common content types.

## Sections

### [Configuring URL Aliases](/developers/configuring-a-varbase-site/url-aliases/configuring-url-aliases.md)

Learn how to create and modify Pathauto patterns to control the URL structure of your content.

### [Managing URL Aliases](/developers/configuring-a-varbase-site/url-aliases/managing-url-aliases.md)

Learn how to manage existing URL aliases, bulk generate aliases, and clean up outdated paths.


---

# 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/developers/configuring-a-varbase-site/url-aliases.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.
