# Real Bot Agent

Real Bot Agent connects Salesforce to third-party voice and text conversational AI agents and chatbots, letting them read from and act on your standard and custom Salesforce objects. It is a Salesforce managed package (namespace `ribot`) published on the AppExchange.

{% hint style="info" %}
**Get Real Bot Agent on the Salesforce AppExchange** → [View the listing and install](https://appexchange.salesforce.com/appxListingDetail?listingId=fdb319d5-d8a7-435c-ab8e-7cf724861752)
{% endhint %}

## Documentation

These guides are organized by feature.

### Meeting Automation

Reads the notes Google Gemini produces for your meetings, extracts the action items, and routes them through a human review step before creating standard Salesforce Tasks.

* [Executive Overview](/meeting-automation/overview.md) — what it does, what it doesn't, and how it's governed.
* [Pre-Install Checklist](/meeting-automation/pre-install-checklist.md) — confirm these items before installation.
* [Administrator Guide](/meeting-automation/administrator-guide.md) — install and configure the feature.
* [End-User Guide](/meeting-automation/end-user-guide.md) — use the review dashboard day to day.

### Bot Integration (Voice & Chat)

Connects voice and chat AI platforms to Salesforce so they can confirm and create records during a conversation. Each deployment is configured to your objects and your chosen platform.

* [Supported Functions](/bot-integration-voice-and-chat/bot-integration-functions.md) — the operations the integration exposes.
* [API Endpoints](/bot-integration-voice-and-chat/bot-integration-endpoints.md) — endpoint reference with placeholders.


---

# Agent Instructions: 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:

```
GET https://docs.realintelligence.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
