# How do I set up sipgate AI Agents?

To be able to use sipgate AI Agents, you must store your company data. To do this, go to the tile in the logged-in area **AI Agents**. Then click on the agent you want to edit and then on **Configuration**. Here, in addition to the voice and the greeting that the agent should use, you can set your **Company profile** as well as the **Pronunciation** of certain words.&#x20;

You can also specify here which user should receive the created summaries by email.&#x20;

Then, under **Customer questions** enter the questions and corresponding answers that you would like the AI Agent to answer automatically. You can freely decide which questions you want the agent to answer and which answer should be given to a specific question.

{% hint style="warning" %}
Important: Please make sure that the questions are not too similar in order to allow clear assignment.
{% endhint %}

You can under **Knowledge** store a knowledge database that contains all important information about possible customer inquiries. Here you can, for example, store product descriptions or process guides for your customers.&#x20;

Under the menu item **Playbooks** in the last step, you can define which steps the AI Agent should carry out in a specific call scenario. It reacts to defined keywords in the conversation and asks the previously configured tasks one after another.

{% hint style="info" %}
Important: If you want sipgate AI Agents to end the conversation after completing all steps, you must also store this instruction in the playbook. A possible wording here would be: "Thank them for the information provided and end the conversation".
{% endhint %}

Once the scenarios have been stored, you can [insert your agent into the routing in your sipgate account](https://help.sipgate.de/hc/de/articles/27153570881309-Wie-integriere-ich-den-Frontdesk-in-mein-Routing).

If you want appointments to be bookable via AI Agents, you have the option under **Calendar** to set up a calendar integration.&#x20;

Under the menu item **Webhooks** you can transfer the summaries from the conversations with AI Agent to your CRM system.&#x20;

If you use a CRM system, your AI Agent can access the customer data stored there, provided that you connect your system via the item **Integrations** with the AI Agent.&#x20;


---

# 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://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/wie-richte-ich-sipgate-ai-agents-ein.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.
