# Content organization & localization

- [Combine multiple existing sites into one using site sections](https://gitbook.com/docs/guides/content-organization-and-localization/combine-multiple-docs-sites-using-sections.md): We run through the process of centralizing all your existing documentation in a single site using site sections in GitBook
- [Localize your docs with variants in GitBook](https://gitbook.com/docs/guides/content-organization-and-localization/localize-your-docs-with-variants-in-gitbook.md): Learn how to use variants in GitBook to translate and manage different versions of your docs site for multiple languages
- [Use GitHub Actions to translate GitBook pages](https://gitbook.com/docs/guides/content-organization-and-localization/use-github-actions-to-translate-gitbook-pages.md)


---

# 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/guides/content-organization-and-localization.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.
