# Direqt

## AI Search Docs

- [Welcome](https://docs.direqt-search.com/getting-started/welcome.md): Direqt has all the tools you need to create and deploy a custom AI Search experience for your website.
- [Quick-Start](https://docs.direqt-search.com/getting-started/quick-start.md): Get up and running with AI Search in minutes
- [Results Layout](https://docs.direqt-search.com/customization/results-layout.md): Selecting the right search results layout for your website
- [Style Customization](https://docs.direqt-search.com/customization/style-customization.md): Customizing the look and feel of the AI Search interface on your site
- [Search Results Page](https://docs.direqt-search.com/result-layouts/search-results-page.md): Installing AI Search on a dedicated search page on your site
- [Overlay](https://docs.direqt-search.com/result-layouts/overlay.md): Display search results in a pop-up window
- [Integrating Your Search Bar with Direqt](https://docs.direqt-search.com/search-bars/integrating-your-search-bar-with-direqt.md): How to run AI Search with your pre-existing search bar
- [Embedding the Direqt Search Bar](https://docs.direqt-search.com/search-bars/embedding-the-direqt-search-bar.md): Adding the Direqt search bar to your website
- [Synonyms](https://docs.direqt-search.com/managing-results/synonyms.md): Handling synonyms and acronyms in your search results
- [Indexing FAQs](https://docs.direqt-search.com/content-indexing/indexing-faqs.md): How Direqt uses your content to power your search functionality
- [Indexing Best Practices](https://docs.direqt-search.com/content-indexing/indexing-best-practices.md): To ensure we can successfully index your site and provide the best possible search experience, follow these best practices to optimize your website's structure and accessibility.
- [Indexing Troubleshooting](https://docs.direqt-search.com/content-indexing/indexing-troubleshooting.md): Common errors related to the indexing process and how to resolve them
- [Direqt Crawlers & User Agents](https://docs.direqt-search.com/direqt-bots/direqt-crawlers-and-user-agents.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.direqt-search.com/getting-started/welcome.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.
