# Editing and updating contents

AIsuru offers an intuitive and powerful interface for managing your Agent's contents. Here's an overview of the main features for editing and updating them.

### Viewing and searching contents

To search for specific contents:

1. **Go to your Agent's management panel**;
2. Open the  **Contents** section (in the sidebar);
3. Type keywords into the **search bar** at the top of the contents page;
4. (Optional) click the  **Filters** button to access **advanced filter options**: the available filters let you search for contents accessible with:
   1. Required [contexts](/en/agent-training/advanced/content-customization/context-topics-and-labels.md);
   2. Set contexts;
   3. [A specific date](/en/agent-training/advanced/content-customization/customizing-responses-by-date-and-location.md);
   4. Tags;
   5. Roles.

All contents are organized in a table that you can sort however you like — just click on the column header you want.

The columns show:

* **Question / Title**: the main question that triggers this content;
* **Occurrences**: how many times the Agent has used this content to respond to users (doesn't count AI-generated responses);
* **Answer**: what the Agent will say when it recognizes this question;
* **Properties**: one or more icons telling you if the content is non-random, has media, links, or executable scripts;
* **Created on**: when the content was created. If you click the  icon next to the date, you can see:
  * Who created the content and when;
  * If anyone edited it, who it was and when.
* **Actions**: buttons to edit, duplicate, or delete the content.

At the bottom right, you'll also find a selector to choose how many contents to display per page (default is 10).

{% hint style="info" %}
If the contents were [imported from a document](/en/agent-training/document-import.md) you'll see an additional "[**Tag**](/en/agent-training/document-import/importing-text-documents.md#tag)" column.
{% endhint %}

### Editing contents

To edit an existing content:

1. In the contents table, **find the content you want to edit**;
2. Click the  **edit button** (in the "Actions" column on the right) next to your content;
3. An edit panel identical to the creation panel will open; here you can modify all fields: question, question variants, answer, additional answers, etc.;
4. After making your changes, click "**Confirm**" in the bottom right to save.

Remember you can use the "Expand" button on answers to see the full text before deciding whether to edit a content.

### Duplicating contents

To duplicate a content, use the  button in the "Actions" column.

### Deleting contents

To delete a single content, click the **red trash icon**  in the "Actions" column.

To delete multiple contents at once:

1. **Select the contents** you want to delete by checking the boxes on the left of each row;
2. A "**Selected (X)**" counter will appear at the bottom left showing the number of selected items -> **click it to delete the selected contents.**

### How many contents should your Agent have?

Defining an ideal number of contents is complex and depends on many factors. An Agent might rely more on contents, instructions, or functions to answer user questions. In general, we recommend that less experienced users keep the number of contents below 10,000.

### Import / Export (for advanced users)

If you need to manage large volumes of contents:

1. Go to the  **Import / Export** section from the sidebar;
2. Follow the instructions in the [Agent backup guide](/en/advanced-features/backup-transfer-and-deletion.md) to learn how to import / export CSV files.

{% hint style="danger" %} <mark style="color:red;">Using the import/export features correctly requires a solid understanding of AIsuru's data structure.</mark>
{% endhint %}


---

# 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.aisuru.com/en/agent-training/contents/editing-and-updating-contents.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.
