> For the complete documentation index, see [llms.txt](https://help.talkie.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.talkie.se/welcome-to-zyndraai-a-part-of-talkie-ab/zyndraai-basic.md).

# ZyndraAI Basic

**Bot Builder** Build conversational experiences with no code chatbot builder. With a simple drag-and-drop interface, the bot builder makes it a breeze to architect personalized conversational experiences across the customer life cycle

<br>

| ![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/103045545521/original/irOAdFMxWcgfUjcI5O76YvshyR-Ul1GJZg.png?1693312874) | ![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/103045545610/original/821e4yyWB5maNHheRsXuICHuSihbhiVr2g.png?1693312885) |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

<br>

**Live Chat** It is an interface where you can see all the ongoing and historical conversations handled by the bot or the agents

<br>

| ![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/103045546414/original/vQD-9_KUi9ZR8V-576fomA67nDWyb6f7qQ.png?1693313003) |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

<br>

**App Market** List of third party apps which can be integrated with TALKIE

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/103045546994/original/MH2MrbNRGJOLBOPHJThSJgDKClHwdP9s6w.jpg?1693313074)

<br>

**Analytics Dashboard**It is a dashboard that visualizes the data captured by the bot or the agent through a series of conversations in a graphical interface made up of cards. These cards can be further expanded to view more details

<br>

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/103045547598/original/UDirTULS_E_auHZySZ8iBbJ2cxz-jG9tsg.png?1693313153)<br>

<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, and the optional `goal` query parameter:

```
GET https://help.talkie.se/welcome-to-zyndraai-a-part-of-talkie-ab/zyndraai-basic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
