# Data Storage (Characters)

Storage (characters) refers to the amount of text uploaded to an AI agent’s knowledge base. Characters are the unit of storage. This definition is 154 characters long.&#x20;

When you create an AI agent, you can upload data or scrape your website to populate the agent’s knowledge base. Everything is based on text, and the number of characters within that content.&#x20;

For example, if you scrape your website, the AI agent will analyze all the text on each page and use those characters for training and context.&#x20;

&#x20;

What is 1,000,000 characters equivalent to?&#x20;

Roughly 100 website pages, or about 2,500 pages from a standard boo

**Storage Balance per Account**&#x20;

Each account created on Agent Supply includes a starting storage balance of available characters, depending on the selected plan. This balance can be used across your AI agents and sub-accounts.&#x20;

• DIY Starter Plan → 100,000 characters&#x20;

• DIY Growth Plan → 1,000,000 characters&#x20;

• DIY Scale Plan → 10,000,000 characters&#x20;

• Done For You Launch Plan → 100,000 characters&#x20;

• Done For You Accelerate Plan → 1,000,000 characters&#x20;

• Done For You Enterprise Plan → Custom (based on project scope)&#x20;


---

# 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.agentsupply.ai/ai-features/knowledge-base-explain/data-storage-characters.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.
