> 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/sms.md).

# SMS

- [Get started](https://studio.docs.ai.vonage.com/sms/get-started.md)
- [Create your first conversational flow!](https://studio.docs.ai.vonage.com/sms/get-started/create-your-first-conversational-flow.md): This tutorial shows how to create a simple but effective SMS agent on the studio.
- [Triggering an outbound SMS Virtual Agent](https://studio.docs.ai.vonage.com/sms/get-started/triggering-an-outbound-sms-virtual-agent.md)
- [Nodes](https://studio.docs.ai.vonage.com/sms/nodes.md)
- [Start node](https://studio.docs.ai.vonage.com/sms/nodes/start-node.md)
- [Conversation](https://studio.docs.ai.vonage.com/sms/nodes/conversation.md)
- [Classification](https://studio.docs.ai.vonage.com/sms/nodes/conversation/classification.md)
- [Intent Ambiguity](https://studio.docs.ai.vonage.com/sms/nodes/conversation/classification/intent-ambiguity.md)
- [Conditions](https://studio.docs.ai.vonage.com/sms/nodes/conversation/conditions.md)
- [Send Message](https://studio.docs.ai.vonage.com/sms/nodes/conversation/send-message.md)
- [Collect Input](https://studio.docs.ai.vonage.com/sms/nodes/conversation/collect-input.md)
- [Entity Ambiguation](https://studio.docs.ai.vonage.com/sms/nodes/conversation/collect-input/entity-ambiguation.md)
- [Advanced](https://studio.docs.ai.vonage.com/sms/nodes/advanced.md)
- [Reset Counter](https://studio.docs.ai.vonage.com/sms/nodes/advanced/reset-counter.md)
- [Counter](https://studio.docs.ai.vonage.com/sms/nodes/advanced/counter.md)
- [Set Parameter](https://studio.docs.ai.vonage.com/sms/nodes/advanced/set-parameter.md)
- [Custom Code](https://studio.docs.ai.vonage.com/sms/nodes/advanced/custom-code.md)
- [Actions](https://studio.docs.ai.vonage.com/sms/nodes/actions.md)
- [Send Email](https://studio.docs.ai.vonage.com/sms/nodes/actions/send-email.md)
- [End Conversation](https://studio.docs.ai.vonage.com/sms/nodes/actions/end-conversation.md)
- [Send SMS](https://studio.docs.ai.vonage.com/sms/nodes/actions/send-sms.md)
- [Live Agent Routing](https://studio.docs.ai.vonage.com/sms/nodes/actions/live-agent-routing.md)
- [Integrations](https://studio.docs.ai.vonage.com/sms/nodes/integrations.md)
- [Webhook](https://studio.docs.ai.vonage.com/sms/nodes/integrations/webhook.md)
- [Legacy Salesforce Authentication node](https://studio.docs.ai.vonage.com/sms/nodes/integrations/legacy-salesforce-authentication-node.md)
- [Salesforce authentication](https://studio.docs.ai.vonage.com/sms/nodes/integrations/legacy-salesforce-authentication-node/salesforce-authentication.md)
- [How to create a Salesforce external client app](https://studio.docs.ai.vonage.com/sms/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/sms/nodes/integrations/salesforce-actions.md)
- [Generative AI](https://studio.docs.ai.vonage.com/sms/nodes/integrations/generative-ai.md): AI Studio with the power of GPT!
- [Setting up Generative AI Node Integration](https://studio.docs.ai.vonage.com/sms/nodes/integrations/generative-ai/setting-up-generative-ai-node-integration.md): Get ready to use the GenAI node within your Virtual assistant!
- [Use Case Example: Gym Business](https://studio.docs.ai.vonage.com/sms/nodes/integrations/generative-ai/use-case-example-gym-business.md): Introducing the GenerativeAI node in Messaging
- [Flow Control](https://studio.docs.ai.vonage.com/sms/nodes/flow-control.md)
- [Context Switch](https://studio.docs.ai.vonage.com/sms/nodes/flow-control/context-switch.md)
- [Flows](https://studio.docs.ai.vonage.com/sms/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/sms/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/sms.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.
