# English Documentation

- [Frequently Asked Questions](https://docs.recado.co/english-documentation/readme.md)
- [Connecting Recado to WhatsApp](https://docs.recado.co/english-documentation/connecting-recado-to-whatsapp.md)
- [How to improve an incorrect AI answer?](https://docs.recado.co/english-documentation/how-to-improve-an-incorrect-ai-answer.md)
- [How to send a manual reply to a user](https://docs.recado.co/english-documentation/how-to-send-a-manual-reply-to-a-user.md)
- [How to transfer a conversation to human](https://docs.recado.co/english-documentation/how-to-transfer-a-conversation-to-human.md): So AI stops responding
- [How to add a multimedia file to Sources](https://docs.recado.co/english-documentation/how-to-add-a-multimedia-file-to-sources.md): So your AI can send images, videos, documents to users
- [How to export all conversations data to CSV](https://docs.recado.co/english-documentation/how-to-export-all-conversations-data-to-csv.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.recado.co/english-documentation.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.
