# Knowledge Packs

## What are Knowledge Packs?

Knowledge Packs are specialized knowledge modules that enhance your AI agent's expertise in specific domains. They provide your agent with instant access to Web3-specific knowledge, covering chain-specific insights (Sui, opBNB, SKALE, Base), DeFi, GameFi, and crypto trends.

## Types of Knowledge Packs

### Official Knowledge Packs

The WORLD3 platform provides the following official knowledge packs:

<figure><img src="/files/23Clak4G23thPteeJKTA" alt=""><figcaption></figcaption></figure>

### Personal Knowledge Packs

You can create and upload your own knowledge packs to customize your agent's expertise. Each knowledge pack can be up to 5120 KB in size.

## Managing Knowledge Packs

### Installation

Each agent can carry up to **3 knowledge packs**. To install new packs when slots are full, you'll need to remove existing ones first.

#### **Install from the Knowledge Packs Page**

**Step 1: Access the Knowledge Packs Library**&#x20;

From the sidebar of the AI Portal, click on **Knowledge Packs**. This will open the Knowledge Packs Library, where you can browse and install various packs.

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

**Step 2: Install a Knowledge Pack**

Click **“Install”** on the Knowledge Pack you want to add. A popup will appear prompting you to **select an AI Agent**. Choose your desired Agent from the list and click **“Install”** to complete the process.

<figure><img src="/files/3WZKEh3Hpj3tMCF11gVg" alt=""><figcaption></figcaption></figure>

**Upload Your Own Knowledge Pack**

You can also create a custom Knowledge Pack by uploading your own content.

* Click **“Upload Knowledge Pack”**.
* Enter a **Knowledge Name** and an optional **Description** to provide context.
* (Optional) Add a **cover image** (PNG or JPG, up to 5MB).
* Upload a `.txt` or `.xml` file containing your knowledge content.
* Click **“Confirm”** to finalize the upload.

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

**Step 3: Chat with Your Agent or Uninstall Knowledge Packs**

Once the Knowledge Pack is installed, you can immediately start chatting with your AI Agent using the newly added knowledge. Simply click **“Chat”** next to the Agent’s name to begin.If you wish to remove a Knowledge Pack, click **“Uninstall”** beside the pack under the selected Agent. This will deactivate that specific Knowledge Pack from the agent.

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

#### Install from the Agent Profile

**Installation Steps:**

**Step 1: Click Install to open the knowledge pack modal**

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

**Step 2: Select a knowledge pack and click Install**

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

### Uninstallation

To remove an installed knowledge pack:

1. Click **Uninstall** on the desired knowledge pack

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

## Creating Custom Knowledge Packs

### Uploading Your Own Knowledge

1. Click **Upload Knowledge** and select a file

<figure><img src="/files/1tmjYgGMoBAOz8RsKGXq" alt=""><figcaption></figcaption></figure>

2. Enter the required information:
   * **Knowledge Name** (required)
   * **Description** (optional)

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

### Saving Conversations as Knowledge

You can convert conversations into reusable knowledge:

1. Click **Save as Knowledge**

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

2. Select the messages to save (or use Select All)

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

3. Choose a saving method:
   * **Download**: Save locally as `.txt`
   * **Save to Knowledge**: Upload to your personal knowledge base

## Best Practices

1. **Choose Relevant Packs**: Select knowledge packs that align with your agent's intended purpose
2. **Regular Updates**: Keep your knowledge packs up to date with the latest information
3. **Size Management**: Monitor the size of your custom knowledge packs to stay within limits
4. **Organization**: Use clear names and descriptions for your custom knowledge packs

## Next Steps

* [Learn about Skills](/world3/how-to-guides/ai-agent-portal/core-features/skills.md) to expand your agent's capabilities
* [Set up Tasks](/world3/how-to-guides/ai-agent-portal/core-features/task-management.md) to automate activities


---

# 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.world3.ai/world3/how-to-guides/ai-agent-portal/core-features/knowledge-packs.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.
