# Capri Portal

- [Accessing the Capri Portal](https://help.capriai.us/capri-portal/accessing-the-capri-portal.md)
- [Navigating the Capri Portal](https://help.capriai.us/capri-portal/navigating-the-capri-portal.md)
- [Setting up the Settings](https://help.capriai.us/capri-portal/setting-up-the-settings.md)
- [Setting up an Agent](https://help.capriai.us/capri-portal/setting-up-an-agent.md)
- [Setting up Actions](https://help.capriai.us/capri-portal/setting-up-actions.md)
- [GHL Channel](https://help.capriai.us/capri-portal/setting-up-actions/ghl-channel.md): Learn how to enable your bot to take actions inside your CRM!
- [Contact/Custom Fields](https://help.capriai.us/capri-portal/setting-up-actions/ghl-channel/contact-custom-fields.md): Learn how to have your chatbot automatically update contact records in your CRM
- [GHL Calendar](https://help.capriai.us/capri-portal/setting-up-actions/ghl-calendar.md): Learn how to connect your CRM Calendar to your bot!
- [Google Calendar](https://help.capriai.us/capri-portal/setting-up-actions/google-calendar.md)
- [Google Sheets](https://help.capriai.us/capri-portal/setting-up-actions/google-sheets.md)
- [Google Docs](https://help.capriai.us/capri-portal/setting-up-actions/google-docs.md)
- [Website Reading](https://help.capriai.us/capri-portal/setting-up-actions/website-reading.md)
- [Adding a User to your Organization](https://help.capriai.us/capri-portal/adding-a-user-to-your-organization.md)
- [Using the Emulator](https://help.capriai.us/capri-portal/using-the-emulator.md)
- [Adding the Emulator as a Custom Menu Item](https://help.capriai.us/capri-portal/using-the-emulator/adding-the-emulator-as-a-custom-menu-item.md)
- [Iframe Emulator Settings](https://help.capriai.us/capri-portal/using-the-emulator/iframe-emulator-settings.md)
- [Understanding Fallbacks](https://help.capriai.us/capri-portal/understanding-fallbacks.md)
- [Setting up Rebilling](https://help.capriai.us/capri-portal/setting-up-rebilling.md)
- [Snapshots](https://help.capriai.us/capri-portal/snapshots.md)


---

# 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://help.capriai.us/capri-portal.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.
