# How can I solve the "path is already taken" error?

In GitBook, each slug is designed to be unique within the context of your **entire organization**. This means that each path can only be used in one site to prevent conflicts, even if it belongs to different multi-variant sites.

This is a question frequently asked by users who are using multi-variant sites to display language versions as slugs, such as: `"en"` or `"fr".`The slugs will not work if they are already used somewhere else.&#x20;

We recommend using slightly varied slugs, ensuring they are unique yet meaningful and related to your content.&#x20;


---

# 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://gitbook.com/docs/help-center/published-documentation/custom-domains/how-can-i-solve-the-path-is-already-taken-error.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.
