# Chatbot

- [What is Chatbot](https://helpdocs.ycloud.com/help-center/chatbot/what-is-chatbot.md): Your Future Digital Employee
- [Create a Chatbot](https://helpdocs.ycloud.com/help-center/chatbot/create-a-chatbot.md)
- [AI Agent](https://helpdocs.ycloud.com/help-center/chatbot/reactive-ai-agent.md): Triggered by the client's inbound messages, ideal for solving questions in real time.
- [Rule-based Agent](https://helpdocs.ycloud.com/help-center/chatbot/rule-based-agent.md): No Al, just simple flow-based Agents behavior, ideal for routine tasks
- [AI Profile](https://helpdocs.ycloud.com/help-center/chatbot/ai-profile.md): Setup the personality and the workflow reference of AI Agent to meet the requirements of customized brand services
- [AI Knowledge Base](https://helpdocs.ycloud.com/help-center/chatbot/ai-knowledge-base.md)
- [AI Suggestions](https://helpdocs.ycloud.com/help-center/chatbot/ai-suggestions.md)
- [AI Skills](https://helpdocs.ycloud.com/help-center/chatbot/ai-skills.md): Skills break down the process into steps and help AI learn how to manage complex tasks
- [Create a Flow](https://helpdocs.ycloud.com/help-center/chatbot/create-a-flow.md)
- [Chatbot Flow Components](https://helpdocs.ycloud.com/help-center/chatbot/chatbot-components.md)
- [Trigger](https://helpdocs.ycloud.com/help-center/chatbot/chatbot-components/trigger.md)
- [Ask a Question](https://helpdocs.ycloud.com/help-center/chatbot/chatbot-components/ask-a-question.md)
- [Send Messages](https://helpdocs.ycloud.com/help-center/chatbot/chatbot-components/send-messages.md)
- [Agent Takeover](https://helpdocs.ycloud.com/help-center/chatbot/chatbot-components/agent-takeover.md)
- [Unsubscribe](https://helpdocs.ycloud.com/help-center/chatbot/chatbot-components/unsubscribe.md)
- [Branch](https://helpdocs.ycloud.com/help-center/chatbot/chatbot-components/branch.md)
- [Send Shopify orders](https://helpdocs.ycloud.com/help-center/chatbot/chatbot-components/send-shopify-orders.md)
- [Analyse Chatbot Data](https://helpdocs.ycloud.com/help-center/chatbot/analyse-chatbot-data.md)
- [Best Practices](https://helpdocs.ycloud.com/help-center/chatbot/best-practices.md)
- [Best Practices for YCloud Chatbot](https://helpdocs.ycloud.com/help-center/chatbot/best-practices/ycloud-chatbot-best-practice.md)
- [Automatically Add Customers to Unsubscribe List](https://helpdocs.ycloud.com/help-center/chatbot/best-practices/automatically-add-customers-to-unsubscribe-list.md)
- [AI Guidance Best Practice](https://helpdocs.ycloud.com/help-center/chatbot/best-practices/ai-guidance-best-practice.md): Discover how to leverage AI Guidance efficiently to enhance performance and ensure more relevant responses.


---

# 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://helpdocs.ycloud.com/help-center/chatbot.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.
