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

# Functions

- [AI Assistant](https://docs.responso.com/responso-doc/en/functions/ai-assistant.md)
- [Adding Resources to the AI Assistant](https://docs.responso.com/responso-doc/en/functions/ai-assistant/adding-resources-to-the-ai-assistant.md)
- [AI Assistant conversing with customers](https://docs.responso.com/responso-doc/en/functions/ai-assistant/ai-assistant-conversing-with-customers.md)
- [AI Assistant Draft Messages](https://docs.responso.com/responso-doc/en/functions/ai-assistant/ai-assistant-draft-messages.md)
- [Rating AI Assistant Responses](https://docs.responso.com/responso-doc/en/functions/ai-assistant/rating-ai-assistant-responses.md)
- [Artificial Intelligence](https://docs.responso.com/responso-doc/en/functions/artificial-intelligence.md): AI support in customer service can significantly speed up and simplify the tasks of employees involved in this area.
- [Autoresponder](https://docs.responso.com/responso-doc/en/functions/autoresponder.md)
- [Chat](https://docs.responso.com/responso-doc/en/functions/chat.md)
- [Template responses](https://docs.responso.com/responso-doc/en/functions/template-responses.md)
- [Advanced Signatures](https://docs.responso.com/responso-doc/en/functions/advanced-signatures.md)
- [Automated workflows](https://docs.responso.com/responso-doc/en/functions/automated-workflows.md): Automated workflows allow you to streamline repetitive customer service processes that, while simple and quick individually, can accumulate to take up a significant amount of time each day.
- [Returns and Complaints](https://docs.responso.com/responso-doc/en/functions/returns-and-complaints.md)
- [Responso Return Forms](https://docs.responso.com/responso-doc/en/functions/returns-and-complaints/responso-return-forms.md)
- [Allegro Returns and Complaints Module](https://docs.responso.com/responso-doc/en/functions/returns-and-complaints/allegro-returns-and-complaints-module.md)
- [Reviews Module](https://docs.responso.com/responso-doc/en/functions/reviews-module.md): Responso allows you to manage reviews from multiple Allegro accounts in one place.
- [Contacts Module](https://docs.responso.com/responso-doc/en/functions/contacts-module.md)
- [Tasks Module](https://docs.responso.com/responso-doc/en/functions/tasks-module.md)
- [Message Translation](https://docs.responso.com/responso-doc/en/functions/message-translation.md)
- [Proofreader](https://docs.responso.com/responso-doc/en/functions/proofreader.md)
- [Spam List](https://docs.responso.com/responso-doc/en/functions/spam-list.md)


---

# 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.responso.com/responso-doc/en/functions.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.
