> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents.md).

# sipgate AI Agents

- [sipgate AI Agents - your phone assistant](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/sipgate-ai-agents-ihr-telefonassistent.md): sipgate AI Agents: the AI phone assistant automatically answers common customer inquiries and relieves your team.
- [How do I set up sipgate AI Agents?](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/wie-richte-ich-sipgate-ai-agents-ein.md): Set up sipgate AI Agents – store company data, create playbooks, and activate the assistant.
- [How do I integrate sipgate AI Agents into my routing?](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/wie-integriere-ich-sipgate-ai-agents-in-mein-routing.md): Integrate sipgate AI Agents into your call routing – step-by-step instructions.
- [Can I connect external tools to AI Agents?](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/kann-ich-externe-tools-an-ai-agents-anbinden.md): Connect external tools to sipgate AI Agents via an MCP server – this is how you extend your assistant's functionality.
- [How can I set up different scenarios in sipgate AI Agents?](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/wie-kann-ich-verschiedene-szenarien-im-sipgate-ai-agents-einrichten.md): Configure different scenarios for sipgate AI Agents – FAQ, appointment booking, and custom workflows.
- [How does the knowledge of sipgate AI Agents work?](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/wie-funktioniert-das-wissen-der-sipgate-ai-agents.md): Maintain the knowledge base of sipgate AI Agents – store common customer questions and answers.
- [Where can I find the call logs of sipgate AI Agents?](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/wo-finde-ich-die-gespraechsprotokolle-von-sipgate-ai-agents.md): View and analyze call logs for sipgate AI Agents – storage location and access in the app.
- [What statistics can I evaluate for sipgate AI Agents?](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/welche-statistiken-kann-ich-fuer-sipgate-ai-agents-auswerten.md): View statistics and analyses for sipgate AI Agents – call volume, call duration, and success rates.
- [Where can I find the usage overview of my minutes for sipgate AI Agents?](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/wo-finde-ich-die-verbrauchsuebersicht-meiner-minuten-fuer-sipgate-ai-agents.md): Usage overview for sipgate AI Agents – view minute usage and number of calls per month.
- [What is sipgate AI Flow?](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/was-ist-sipgate-ai-flow.md): sipgate AI Flow: Integrate external AI agents or voice bots into your sipgate account.
- [How can I set up CI webhooks for sipgate Conversational Intelligence?](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/wie-kann-ich-webhooks-fuer-sipgate-ai-agents-einrichten.md): Set up webhooks for sipgate AI Agents to automatically send conversation data to your CRM or other systems.
- [sipgate AI Agents: Frequently asked questions and answers](https://help.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents/sipgate-ai-agents-haeufige-fragen-und-antworten.md): Frequently asked questions about sipgate AI Agents – costs, routing, features, and use cases.


---

# 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.sipgate.de/cloud-telefonanlage/en/using-sipgate/sipgate-ai-agents.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.
