> For the complete documentation index, see [llms.txt](https://docs-conversational-ai.syntphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-conversational-ai.syntphony.com/eva-3.3.1-1/for-technicians.md).

# for technicians

- [API Guidelines](https://docs-conversational-ai.syntphony.com/eva-3.3.1-1/for-technicians/api-guidelines.md): This manual will cover important information needed to configure and integrate services to eva. It also provides a data extraction chapter, explaining all eva’s tables and columns
- [Conversation API](https://docs-conversational-ai.syntphony.com/eva-3.3.1-1/for-technicians/api-guidelines/creating-channels-the-conversation-api.md): How to integrate own channels and custom interfaces in eva
- [Cloner API](https://docs-conversational-ai.syntphony.com/eva-3.3.1-1/for-technicians/api-guidelines/cloner.md): How to export or import the Bot structure, including various kinds of information, such as: Basic Bot Data, Intentions, Entity, Registered Flows, Channels and etc
- [Integrating Existing Channels](https://docs-conversational-ai.syntphony.com/eva-3.3.1-1/for-technicians/api-guidelines/channels.md): How to integrate other messaging platforms and smart assistants, such as Facebook Messenger, Whatsapp and Google Assistant
- [Webhooks](https://docs-conversational-ai.syntphony.com/eva-3.3.1-1/for-technicians/api-guidelines/webhooks.md): This section explains each of the webhooks that can be declared within the Cockpit to improve the user experience and give the user a customized conversation for his needs
- [Supported/verified third-party software](https://docs-conversational-ai.syntphony.com/eva-3.3.1-1/for-technicians/supported-verified-third-party-software.md): Table of third-party software versions supported by eva in the version 3.3, a technical documentation for your interest
- [Appendices](https://docs-conversational-ai.syntphony.com/eva-3.3.1-1/for-technicians/appendices.md): There are 25 other available tables in eva, from API Key to Utterances
- [Data Extraction](https://docs-conversational-ai.syntphony.com/eva-3.3.1-1/for-technicians/data-extraction.md): Understating eva's database


---

# 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-conversational-ai.syntphony.com/eva-3.3.1-1/for-technicians.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.
