# Usage Calculation

This page explains how the system calculates **conversation text volume** and **knowledge base capacity** during usage. Understanding the usage calculation methods can help you more effectively plan resource usage and design AI assistants.

## Conversation Text Volume Calculation

### How General Text is Calculated

* In each conversation round, both **user input** and **AI assistant responses** are counted.
* One character is calculated as one word

For example: In the conversation log, user input will be calculated as 6 words, and 您好 will be calculated as 2 words, totaling 8 words

```
User: Hello!
AI Assistant: 您好
```

### How Images are Calculated

Each image is calculated as using **500** words

## Knowledge Base Capacity Calculation

The total **file size** of all AI assistants' knowledge base upload pages under the organization is the capacity used by the knowledge base.

## Usage Statistics Page

Please go to **Organization Settings** to view current usage

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

## Frequently Asked Questions

* If a document is deleted, does it still count towards capacity?
  * After deletion, it will not be calculated


---

# 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.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/others/usage.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.
