> For the complete documentation index, see [llms.txt](https://docs-en.yoctol.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.yoctol.ai/term-translations/message.md).

# Message

Under `Dialogue` on the left sidebar on YOCTOL.AI, `Message` is the basic unit of a chatbot’s [dialogue.](https://app.gitbook.com/@docs-en-yoctol-ai/s/yoctol/~/edit/drafts/-LnQJsTXatUDJ-slOjKr/v/master/term-translations/dialogue) A message is the designated content with which a chatbot replies to its users each time when the users interact with the bot. A corresponding message is given by a bot when the rule set in the message is triggered.

[Components](https://app.gitbook.com/@docs-en-yoctol-ai/s/yoctol/~/edit/drafts/-LnQJsTXatUDJ-slOjKr/v/master/term-translations/component) of a message can be in forms of texts, images, or carousels.

A messages is triggered by its [“Rule”](https://app.gitbook.com/@docs-en-yoctol-ai/s/yoctol/~/edit/drafts/-LnQJsTXatUDJ-slOjKr/v/master/term-translations/rule).

### Example

Take a bot for a beverage shop as an example. It needs to be able to understand three basic intents from its customers: 1. products inquiry, 2. delivery requests, and 3. branch information inquiry. After understanding every intent of each input given by a customer, the bot should be able to respond with right messages.<br>


---

# 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:

```
GET https://docs-en.yoctol.ai/term-translations/message.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.
