# URL Aliases

When a node is created on the website, an automatic URL is generated, and a user-friendly URL alias is created to mask the technical/numbered URL. A specific URL alias pattern is used for all content types, and Site Admins can edit the URL alias as needed.

The client must decide the pattern for the URL alias for each content type, for example: (<https://www.Domain.co&#x6D;**/news/news\\_title>\*\*).

In the initiation phase, configuring URL aliases for multilingual sites is a crucial task undertaken by the development department following client agreement. Various methods exist for accomplishing this task, including:

1. Appending the language prefix after the domain, such as (<https://www.Domain.co&#x6D;**/ar**/about\\_us>).
2. Translating the page title and representing it in English characters, as seen in (<https://www.Domain.co&#x6D;**/mn\\_nahno>\*\*).
3. Directly translating the page title, resulting in URLs like (<https://www.Domain.co&#x6D;**/من\\_نحن>\*\*).

These approaches offer flexibility in adapting URL structures to accommodate diverse languages, aligning with the client's preferences and enhancing the multilingual user experience.


---

# 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/content-designers/url-management/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.
