> For the complete documentation index, see [llms.txt](https://raia2.gitbook.io/raia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raia2.gitbook.io/raia/raia-cx/launch-pad/launchpad-resource-usage-tab.md).

# Launchpad Resource Usage Tab

## Resources Usage

The Resource Usage tabs allows you to keep track of your organizations ENTIRE total usage.

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

## Monthly Token Limit

The monthly token limit refers to the maximum number of tokens (pieces of text used for processing and generating responses) that can be used within a month for a given subscription plan.

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

## Total Token Usage

Total Token Usage shows how many tokens you have used out of the Monthly Token Limit, which represents the amount of text processed and generated by the AI so far this month.

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

## Monthly Call Limit

The monthly call limit indicates the maximum number of minutes the AI can be used for voice or API calls within a month, based on your subscription plan.

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

## Current Month Token Usage

The current month token usage shows how many tokens the AI has processed and generated so far during this billing cycle.

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

## Tokens Per Conversation

Tokens per conversation indicates the average number of tokens the AI uses in each interaction, including both user input and AI responses.

<figure><img src="/files/5M8njyHggyi3dKKBXZfP" alt=""><figcaption></figcaption></figure>

## Current Month Call Usage

The current month call usage shows how many minutes of AI voice or API call time have been used so far during the ongoing billing cycle.

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

## Average Call Duration

The average call duration indicates the typical length of each AI voice or API call, measured in minutes, based on recent usage data.

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


---

# 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://raia2.gitbook.io/raia/raia-cx/launch-pad/launchpad-resource-usage-tab.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.
