# Content

- [Text Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.textaction.md)
- [Random Text Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.randomtextaction.md)
- [Quick Reply Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.buttonaction.md)
- [Database Quick Reply Buttons Action](https://docs.xenioo.com/actions-and-operations/content/database-quick-reply-buttons-action.md)
- [Quick Reply Array Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.buttonsarrayaction.md)
- [Chat Delay Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.delayaction.md)
- [Phone Quick Reply Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.phonenumberbuttonaction.md)
- [Email Quick Reply Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.emailbuttonaction.md)
- [Location Quick Reply Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.locationbuttonaction.md)
- [Display Location](https://docs.xenioo.com/actions-and-operations/content/display-location.md)
- [Image Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.imageaction.md)
- [QR Code Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.imageaction-1.md)
- [Video Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.videoaction.md)
- [Audio Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.audioaction.md)
- [File Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.fileaction.md)
- [Url Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.linkaction.md)
- [NLP Topics Summary Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.topicssummaryaction.md)
- [Highly Structured Message](https://docs.xenioo.com/actions-and-operations/content/highly-structured-message.md)
- [Custom Class](https://docs.xenioo.com/actions-and-operations/content/custom-class.md)
- [Comment Action](https://docs.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.commentaction.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.xenioo.com/actions-and-operations/content.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.
