> For the complete documentation index, see [llms.txt](https://studio.docs.ai.vonage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://studio.docs.ai.vonage.com/voice.md).

# Voice

- [Get started](https://studio.docs.ai.vonage.com/voice/get-started.md)
- [Create your first conversational flow!](https://studio.docs.ai.vonage.com/voice/get-started/create-your-first-conversational-flow.md): This tutorial shows how to create a simple but effective telephony agent on the studio.
- [Triggering Outbound Call API](https://studio.docs.ai.vonage.com/voice/get-started/telephony.md): The make call API allows you to utilize your telephony virtual assistant to trigger an outgoing call to any PSTN number.
- [Sending an Outbound Call Request via Postman](https://studio.docs.ai.vonage.com/voice/get-started/sending-an-outbound-call-request-via-postman.md)
- [Integration via SIP for Telephony Agents](https://studio.docs.ai.vonage.com/voice/get-started/integration-via-sip.md): Route the call to the virtual agent's phone number by using SIP
- [Nodes](https://studio.docs.ai.vonage.com/voice/nodes.md)
- [Start](https://studio.docs.ai.vonage.com/voice/nodes/start-node.md)
- [Conversation](https://studio.docs.ai.vonage.com/voice/nodes/basic.md)
- [Classification](https://studio.docs.ai.vonage.com/voice/nodes/basic/classification.md)
- [Intent Ambiguity](https://studio.docs.ai.vonage.com/voice/nodes/basic/classification/intent-ambiguity.md)
- [Collect Input](https://studio.docs.ai.vonage.com/voice/nodes/basic/collect-input.md)
- [Entity Ambiguation](https://studio.docs.ai.vonage.com/voice/nodes/basic/collect-input/entity-ambiguation.md)
- [Speak](https://studio.docs.ai.vonage.com/voice/nodes/basic/speak.md)
- [Conditions](https://studio.docs.ai.vonage.com/voice/nodes/basic/conditions.md)
- [Listen](https://studio.docs.ai.vonage.com/voice/nodes/basic/listen.md)
- [Q\&A Node ](https://studio.docs.ai.vonage.com/voice/nodes/basic/q-and-a-node.md)
- [Advanced](https://studio.docs.ai.vonage.com/voice/nodes/telephony.md)
- [Reset Counter](https://studio.docs.ai.vonage.com/voice/nodes/telephony/coming-soon-reset-counter.md): Start the Counter from 0
- [Counter](https://studio.docs.ai.vonage.com/voice/nodes/telephony/counter.md)
- [Set Parameter](https://studio.docs.ai.vonage.com/voice/nodes/telephony/set-param.md): Set a parameter value at any point in the conversation flow.
- [Custom Code](https://studio.docs.ai.vonage.com/voice/nodes/telephony/custom-code.md)
- [NCCO Node](https://studio.docs.ai.vonage.com/voice/nodes/telephony/ncco-node.md)
- [Actions](https://studio.docs.ai.vonage.com/voice/nodes/actions.md): Behavioral building blocks of the conversation
- [Send Email](https://studio.docs.ai.vonage.com/voice/nodes/actions/send-email.md)
- [Call Routing](https://studio.docs.ai.vonage.com/voice/nodes/actions/route-call.md)
- [End Call](https://studio.docs.ai.vonage.com/voice/nodes/actions/end-call.md)
- [Start Recording](https://studio.docs.ai.vonage.com/voice/nodes/actions/start-recording.md)
- [Stop Recording](https://studio.docs.ai.vonage.com/voice/nodes/actions/stop-recording.md)
- [Send SMS](https://studio.docs.ai.vonage.com/voice/nodes/actions/send-sms.md)
- [Integrations](https://studio.docs.ai.vonage.com/voice/nodes/integrations.md)
- [Webhook](https://studio.docs.ai.vonage.com/voice/nodes/integrations/webhook.md)
- [Legacy SalesForce Authentication Node](https://studio.docs.ai.vonage.com/voice/nodes/integrations/legacy-salesforce-authentication-node.md)
- [Salesforce Authentication](https://studio.docs.ai.vonage.com/voice/nodes/integrations/legacy-salesforce-authentication-node/salesforce-authentication.md)
- [How to create a Salesforce external client app](https://studio.docs.ai.vonage.com/voice/nodes/integrations/legacy-salesforce-authentication-node/salesforce-authentication/how-to-create-a-salesforce-external-client-app.md)
- [SalesForce Actions](https://studio.docs.ai.vonage.com/voice/nodes/integrations/salesforce-actions.md)
- [Generative AI](https://studio.docs.ai.vonage.com/voice/nodes/integrations/generative-ai.md): AI Studio with the power of GPT!
- [Setting up Generative AI Node Integration](https://studio.docs.ai.vonage.com/voice/nodes/integrations/generative-ai/setting-up-generative-ai-node-integration.md): Get ready to use the GenAI node within your Virtual assistant!
- [Migrating from the GenAI node to Knowledge AI](https://studio.docs.ai.vonage.com/voice/nodes/integrations/generative-ai/migrating-from-the-genai-node-to-knowledge-ai.md)
- [Flow Control](https://studio.docs.ai.vonage.com/voice/nodes/flow-control.md)
- [Context Switch](https://studio.docs.ai.vonage.com/voice/nodes/flow-control/context-switch.md): Easily switch from one conversation path to another and allow for a flexible conversation
- [Flows](https://studio.docs.ai.vonage.com/voice/nodes/flow-control/flows.md): Branch out! Create different subflows to allow for easier navigation around the canvas.
- [Events](https://studio.docs.ai.vonage.com/voice/events.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://studio.docs.ai.vonage.com/voice.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.
