# Navigating the Capri Portal

## Home

When you first log into the Capri portal, you'll see the home page, where you'll be able to use the quick agent shortcuts to quickly make niche specific agents, and see stats such as your total agents, saved sessions, and OpenAI keys you have connected!

<figure><img src="/files/GULyszfQ2wCRSMgVg6DI" alt=""><figcaption></figcaption></figure>

## Fallbacks

In the fallbacks page, you can see all of the fallbacks that your agents have reached. This will give you an opportunity to give the AI additional information about whatever it's having trouble with!

<figure><img src="/files/HEhViZ1MXywOeUzV5lqT" alt=""><figcaption></figcaption></figure>

## Emulator

In the emulator tab, you can view all of your previous emulator sessions, edit them, return to them for further editing, or create a new session!

<figure><img src="/files/8xuJenqqEAax6UuECM71" alt=""><figcaption></figcaption></figure>

## Agents

For the agents page, you can view that agents that you've made, manage them, and create new ones!

<figure><img src="/files/oUhTqbDrLhyAwyaeiIuv" alt=""><figcaption></figcaption></figure>

## Settings

In the settings tab, you can do things like configure new OpenAI keys, add new channels, such as from GHL, add new integrations, such as with calendars or spreadsheets, and even data sources such as websites!

<figure><img src="/files/t909SVP1uHBlInyPQpPr" alt=""><figcaption></figcaption></figure>

## Organization

In the organization tab, you can check and manage the members of your organization, add new members, and create Capri tokens for if you use our API!

<figure><img src="/files/xsLGMAyUVT5rB72rmuuN" alt=""><figcaption></figcaption></figure>

## Billing

Finally, in the billing tab, you can manage your billing information, such as upgrading or changing your Capri plan!

<figure><img src="/files/yZ5vICMrYLadxcUMDwvu" alt=""><figcaption></figcaption></figure>


---

# 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/navigating-the-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.
