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

# Training Modules

- [Tutorials](https://docs.robocent.com/support/tutorials.md)
- [Quick Start Guide](https://docs.robocent.com/support/tutorials/quick-start-guide.md): Getting started with RoboCent's Self-Service Platform.
- [Creating an Account](https://docs.robocent.com/support/tutorials/how-to-sign-up.md)
- [Managing Multiple Organizations](https://docs.robocent.com/support/tutorials/how-to-sign-up/how-to-create-new-organization.md): Learn how to create a new organization to add to your RoboCent account.
- [Scrub Your Phone List](https://docs.robocent.com/support/tutorials/how-to-scrub-a-list.md)
- [Voter Data Quote Walkthrough](https://docs.robocent.com/support/tutorials/how-to-request-voter-data.md): Learn how to request voter data through your account.
- [Create Text Scripts](https://docs.robocent.com/support/tutorials/how-to-add-new-scripts.md): Learn how to create new scripts within your account.
- [Schedule a P2P Text Message](https://docs.robocent.com/support/tutorials/how-to-schedule-text-message.md): Learn how to schedule your first Text Campaign with RoboCent.
- [Setting Up KeyPad Surveys](https://docs.robocent.com/support/tutorials/setting-up-keypad-surveys.md): Getting started with RoboCent's Self-Service Platform.
- [Launch a Voice Campaign](https://docs.robocent.com/support/tutorials/how-to-schedule-voice-campaign.md): Learn how to schedule your first Voice campaign with RoboCent.
- [Master the Agent Portal](https://docs.robocent.com/support/tutorials/how-to-agent-portal-texting-platform.md): The Heart of the RoboCent Texting Platform.
- [Crafting the Perfect Text Script](https://docs.robocent.com/support/crafting-the-perfect-text-script.md)
- [Political Polling Playbook](https://docs.robocent.com/support/political-polling-playbook.md): Designing Effective Surveys for Political Campaigns
- [Mastering Surveys Scripts](https://docs.robocent.com/support/political-polling-playbook/sample-survey-scripts.md)
- [Ultimate Strategy Guide](https://docs.robocent.com/support/ultimate-strategy-guide.md): Building a Cohesive Phone Strategy for Campaign Success
- [Setting a Budget: Balancing Outreach Spending](https://docs.robocent.com/support/ultimate-strategy-guide/setting-a-budget-balancing-outreach-spending.md)
- [Voter Data: The Backbone of a Winning Campaign](https://docs.robocent.com/support/ultimate-strategy-guide/voter-data-the-backbone-of-a-winning-campaign.md)
- [P2P Text Messaging: The New Frontier](https://docs.robocent.com/support/ultimate-strategy-guide/p2p-text-messaging-the-new-frontier.md)
- [Voice Messaging: Direct Communication at Scale](https://docs.robocent.com/support/ultimate-strategy-guide/voice-messaging-direct-communication-at-scale.md)
- [Surveys: Capturing Voter Sentiment](https://docs.robocent.com/support/ultimate-strategy-guide/surveys-capturing-voter-sentiment.md)
- [Fundraising: Modern Donor Engagement](https://docs.robocent.com/support/ultimate-strategy-guide/fundraising-modern-donor-engagement.md)
- [Layered Messaging: Maximum Your Impact](https://docs.robocent.com/support/ultimate-strategy-guide/layered-messaging-maximum-your-impact.md): The Critical Role of Text & Voice in Voter Outreach
- [GOTV Strategy: Mobilize Your Voters](https://docs.robocent.com/support/ultimate-strategy-guide/gotv-strategy-mobilize-your-voters.md)
- [The Most Frequently Asked](https://docs.robocent.com/support/frequently-asked-questions.md)
- [Who Can Use RoboCent?](https://docs.robocent.com/support/frequently-asked-questions/who-can-use-robocent.md)
- [Terms & Definitions](https://docs.robocent.com/support/frequently-asked-questions/terms-and-definitions.md)
- [SMS FAQ](https://docs.robocent.com/support/frequently-asked-questions/sms-faq.md): Everything you need to know.


---

# 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://docs.robocent.com/support.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.
