# AI

- [Listing Bot](https://docs.yada.ai/ai/listing-bot.md): Overview on how to set up listing bots
- [Basic Knowledge Base Template](https://docs.yada.ai/ai/listing-bot/basic-knowledge-base-template.md): When yada imports listings from your PMS, lots of information gets pulled in. Information from previous conversations, saved replies, custom fields, and more.
- [Advanced Knowledge Base Template](https://docs.yada.ai/ai/listing-bot/advanced-knowledge-base-template.md): Copyable knowledge base for advanced use cases
- [Activate Responding Status](https://docs.yada.ai/ai/listing-bot/advanced-knowledge-base-template/activate-responding-status.md): How to turn on the responding for your listings
- [Hotel Knowledge Base Template](https://docs.yada.ai/ai/listing-bot/hotel-knowledge-base-template.md)
- [Train Bot with Previous Conversations](https://docs.yada.ai/ai/listing-bot/train-bot-with-previous-conversations.md)
- [Training and Re Training the AI](https://docs.yada.ai/ai/training-and-re-training-the-ai.md)
- [How to structure a knowledge base](https://docs.yada.ai/ai/how-to-structure-a-knowledge-base.md)
- [Boosting a Listing](https://docs.yada.ai/ai/boosting-a-listing.md)
- [Settings & Configuration](https://docs.yada.ai/ai/settings-and-configuration.md)
- [AI Accuracy](https://docs.yada.ai/ai/settings-and-configuration/ai-accuracy.md): Here's what the AI confidence intervals mean.
- [AI Relevance](https://docs.yada.ai/ai/settings-and-configuration/ai-relevance.md)
- [RankAI](https://docs.yada.ai/ai/rankai.md)
- [Buy Time](https://docs.yada.ai/ai/buy-time.md)
- [Installing the chat widget on your direct booking site](https://docs.yada.ai/ai/installing-the-chat-widget-on-your-direct-booking-site.md)
- [Inquiry Abandonment Flow](https://docs.yada.ai/ai/installing-the-chat-widget-on-your-direct-booking-site/inquiry-abandonment-flow.md)
- [AI Versions](https://docs.yada.ai/ai/ai-versions.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://docs.yada.ai/ai.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.
