> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/manage-your-site.md).

# Manage your site

- [Site settings](https://gitbook.com/docs/manage-your-site/site-settings.md): Customize and edit settings across your published site
- [Site structure](https://gitbook.com/docs/manage-your-site/site-structure.md): Add structure to your published documentation using sections and variants
- [Sections](https://gitbook.com/docs/manage-your-site/site-structure/site-sections.md): Organize separate products, audiences, or topics in one published site.
- [Content variants](https://gitbook.com/docs/manage-your-site/site-structure/variants.md): Publish documentation for multiple product versions or languages in a single site
- [Multilingual sections](https://gitbook.com/docs/manage-your-site/site-structure/multilingual-sections.md): Set localized titles for your site, sections, section groups, and navigation
- [Site customization](https://gitbook.com/docs/manage-your-site/customization.md): Create branded documentation with a custom logo, fonts, colors, links and more
- [Icons, colors, and themes](https://gitbook.com/docs/manage-your-site/customization/icons-colors-and-themes.md): Customize icons, colors, themes and more granular settings across your published documentation
- [Layout and structure](https://gitbook.com/docs/manage-your-site/customization/layout-and-structure.md): Customize the layout and structure of your published documentation
- [Sharing and social](https://gitbook.com/docs/manage-your-site/customization/sharing-and-social.md): Customize the social account metadata and sharing options for your site
- [Toolbar on published sites and site previews](https://gitbook.com/docs/manage-your-site/customization/toolbar-on-published-sites-and-site-previews.md): Learn more about the toolbar that appears on your published site when you’re logged into GitBook
- [Extra configuration](https://gitbook.com/docs/manage-your-site/customization/extra-configuration.md): Configure extra options for your published documentation
- [Install and manage integrations](https://gitbook.com/docs/manage-your-site/install-an-integration.md): Install an integration in a single section, or all the sections in your organization
- [Guides](https://gitbook.com/docs/manage-your-site/guides.md): Explore guides for customizing and organizing your GitBook documentation site


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/manage-your-site.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
