# Your docs site

- [Site settings](https://gitbook.com/docs/docs-site/site-settings.md): Customize and edit settings across your published site
- [Site customization](https://gitbook.com/docs/docs-site/customization.md): Create branded documentation with a custom logo, fonts, colors, links and more
- [Icons, colors, and themes](https://gitbook.com/docs/docs-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/docs-site/customization/layout-and-structure.md): Customize the layout and structure of your published documentation
- [Sharing and social](https://gitbook.com/docs/docs-site/customization/sharing-and-social.md): Customize the social account metadata and sharing options for your site
- [Extra configuration](https://gitbook.com/docs/docs-site/customization/extra-configuration.md): Configure extra options for your published documentation
- [Site structure](https://gitbook.com/docs/docs-site/site-structure.md): Add structure to your published documentation using site sections and variants
- [Site sections](https://gitbook.com/docs/docs-site/site-structure/site-sections.md): Add multiple products to your site as site sections and create a content hub with tabs to access all your content
- [Content variants](https://gitbook.com/docs/docs-site/site-structure/variants.md): Publish documentation for multiple product versions or languages in a single site
- [Multilingual sections](https://gitbook.com/docs/docs-site/site-structure/multilingual-sections.md): Set localized titles for your site, sections, and section groups
- [AI Search](https://gitbook.com/docs/docs-site/ai-search.md): Help your users find the information they need faster with powerful AI search tools for your published content
- [Set a custom domain](https://gitbook.com/docs/docs-site/custom-domain.md): Set a custom domain for your docs sites
- [Setting a custom subdirectory](https://gitbook.com/docs/docs-site/custom-domain/setting-a-custom-subdirectory.md): Set a custom subdirectory for your docs sites
- [Configuring a subdirectory with Cloudflare](https://gitbook.com/docs/docs-site/custom-domain/setting-a-custom-subdirectory/configuring-a-subdirectory-with-cloudflare.md): Host your documentation with a /docs subdirectory using Cloudflare
- [Configuring a subdirectory with Vercel](https://gitbook.com/docs/docs-site/custom-domain/setting-a-custom-subdirectory/configuring-a-subdirectory-with-vercel.md): Host your documentation with a /docs subdirectory using Vercel
- [Configuring a subdirectory with AWS using CloudFront and Route 53](https://gitbook.com/docs/docs-site/custom-domain/setting-a-custom-subdirectory/configuring-a-subdirectory-with-aws.md): Host your documentation with a /docs subdirectory using AWS CloudFront and Route 53.
- [Publish a docs site](https://gitbook.com/docs/docs-site/publish-a-docs-site.md): Publish your documentation to the internet as a docs site
- [Public publishing](https://gitbook.com/docs/docs-site/publish-a-docs-site/public-publishing.md): Publish your docs publicly to the web so that everyone can access them
- [Private publishing with share links](https://gitbook.com/docs/docs-site/publish-a-docs-site/share-links.md): Add greater control over who can view your published GitBook documentation
- [Site redirects](https://gitbook.com/docs/docs-site/site-redirects.md): Set up site redirects to route traffic to content anywhere on your site
- [Embed in your product](https://gitbook.com/docs/docs-site/embedding.md): Embed your documentation in your product or website using the Docs Embed.
- [Implementation](https://gitbook.com/docs/docs-site/embedding/implementation.md)
- [Script tag](https://gitbook.com/docs/docs-site/embedding/implementation/script.md): Learn how to add the Docs Embed widget to any website or web app using a single script tag
- [Node.js/NPM](https://gitbook.com/docs/docs-site/embedding/implementation/nodejs.md): Integrate Docs Embed using the NPM package for full application-level control
- [React](https://gitbook.com/docs/docs-site/embedding/implementation/react.md): Use prebuilt React components to add the Docs Embed to your React application
- [Authentication](https://gitbook.com/docs/docs-site/embedding/using-with-authenticated-docs.md): Use the Docs Embed with sites that require authentication by passing visitor tokens or using authenticated access
- [Configuration](https://gitbook.com/docs/docs-site/embedding/configuration.md)
- [Customizing the Embed](https://gitbook.com/docs/docs-site/embedding/configuration/customizing-docs-embed.md): Customize the experience when embedding Docs Embed into your product or app by setting welcome messages, actions, and more
- [Connect to custom tools](https://gitbook.com/docs/docs-site/embedding/configuration/creating-custom-tools.md): Connect GitBook Assistant to any tool you can call from your app — especially support workflows
- [API Reference](https://gitbook.com/docs/docs-site/embedding/configuration/reference.md): Learn more about the methods available to use when working with Docs Embed programmatically
- [AI insights](https://gitbook.com/docs/docs-site/ai-insights.md): See what your users are actually asking GitBook Assistant — and identify knowledge gaps where your docs fall short
- [Site analytics](https://gitbook.com/docs/docs-site/insights.md): View analytics related to your published documentation’s traffic and usage
- [PDF export](https://gitbook.com/docs/docs-site/pdf-export.md): Export a PDF copy of your GitBook content


---

# 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/docs-site.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.
