> For the complete documentation index, see [llms.txt](https://angoor-ai.gitbook.io/angoor-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://angoor-ai.gitbook.io/angoor-ai/tutorials.md).

# Tutorials

- [Setup a simple Voice Agent](https://angoor-ai.gitbook.io/angoor-ai/tutorials/setup-a-simple-voice-agent.md): A complete, end-to-end guide to designing, configuring, and operating intelligent phone-based AI agents.
- [Configure the Plivo Integration](https://angoor-ai.gitbook.io/angoor-ai/tutorials/setup-a-simple-voice-agent/configure-the-plivo-integration.md)
- [Agent Configuration](https://angoor-ai.gitbook.io/angoor-ai/tutorials/setup-a-simple-voice-agent/agent-configuration.md)
- [Tool Configuration](https://angoor-ai.gitbook.io/angoor-ai/tutorials/setup-a-simple-voice-agent/tool-configuration.md)
- [Building Voice Agent Flows](https://angoor-ai.gitbook.io/angoor-ai/tutorials/setup-a-simple-voice-agent/building-voice-agent-flows.md)
- [Ticket management automation](https://angoor-ai.gitbook.io/angoor-ai/tutorials/ticket-management-automation.md)
- [Deal analysis at every stage of customer](https://angoor-ai.gitbook.io/angoor-ai/tutorials/ticket-management-automation/deal-analysis-at-every-stage-of-customer.md)
- [Setup a simple if-this-then-that (ITTT) flow](https://angoor-ai.gitbook.io/angoor-ai/tutorials/ticket-management-automation/setup-a-simple-if-this-then-that-ittt-flow.md)
- [Integrate Angoor AI with internal systems](https://angoor-ai.gitbook.io/angoor-ai/tutorials/integrate-angoor-ai-with-internal-systems.md)
- [Create an API tool](https://angoor-ai.gitbook.io/angoor-ai/tutorials/integrate-angoor-ai-with-internal-systems/create-an-api-tool.md)
- [Setup an internal channel](https://angoor-ai.gitbook.io/angoor-ai/tutorials/integrate-angoor-ai-with-internal-systems/setup-an-internal-channel.md)
- [Setup a multi-stakeholder automation](https://angoor-ai.gitbook.io/angoor-ai/tutorials/setup-a-multi-stakeholder-automation.md)
- [Multi-stage customer lifecycle management](https://angoor-ai.gitbook.io/angoor-ai/tutorials/setup-a-multi-stakeholder-automation/multi-stage-customer-lifecycle-management.md)
- [Supply demand matching](https://angoor-ai.gitbook.io/angoor-ai/tutorials/setup-a-multi-stakeholder-automation/supply-demand-matching.md)
- [Validation by 3rd party](https://angoor-ai.gitbook.io/angoor-ai/tutorials/setup-a-multi-stakeholder-automation/validation-by-3rd-party.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, and the optional `goal` query parameter:

```
GET https://angoor-ai.gitbook.io/angoor-ai/tutorials.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.
