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

# Explore

- [About Us](https://docs.robocent.com/explore/about-us.md)
- [Transparent Pricing](https://docs.robocent.com/explore/pricing.md)
- [Subscription Packages](https://docs.robocent.com/explore/pricing/subscription-packages.md)
- [Refund Policy](https://docs.robocent.com/explore/pricing/refund-policy.md): Questions? Contact legal@robocent.com
- [SMS Segments](https://docs.robocent.com/explore/pricing/sms-segments.md)
- [Case Studies](https://docs.robocent.com/explore/case-studies.md)
- [Alderman Persuasion Campaign to Stop Property Tax-Hike Vote](https://docs.robocent.com/explore/case-studies/alderman-persuasion.md)
- [Awareness Campaign for Advancement of Puerto Rico Statehood](https://docs.robocent.com/explore/case-studies/pr-statehood.md)
- [Boosting Shareholder Proxy Vote Engagement Through Precision Outreach](https://docs.robocent.com/explore/case-studies/alliance-advisors.md)
- [Mobilizing Shareholders for DWAC+TMTG Merger Approval](https://docs.robocent.com/explore/case-studies/dwac.md)
- [Judicial Crisis Network Confirm Brett Kavanaugh Project](https://docs.robocent.com/explore/case-studies/jcn.md)
- [FPWA Text Message Surveys Gather Critical Data for Advocacy](https://docs.robocent.com/explore/case-studies/fpwa.md)
- [Rallying Families for National School Choice Week 2025 via High-Impact P2P Texting](https://docs.robocent.com/explore/case-studies/school-choice.md)
- [Success Stories](https://docs.robocent.com/explore/success-stories.md): How RoboCent Helps Our Customers Succeed
- [Partner Program](https://docs.robocent.com/explore/partner-program.md)
- [Apply for Partnership](https://docs.robocent.com/explore/partner-program/partner-opportunities.md)
- [ImpactOutreach](https://docs.robocent.com/explore/partner-program/impactoutreach.md)
- [Contact](https://docs.robocent.com/explore/contact.md)
- [Leave Feedback](https://docs.robocent.com/explore/contact/leave-feedback.md): We want to hear from you! Complete the form below to tell us about your experience using the RoboCent platform.
- [Press Releases](https://docs.robocent.com/explore/contact/press-releases.md)
- [Legal](https://docs.robocent.com/explore/legal.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://docs.robocent.com/explore.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.
