# Import/Export of knowledge

You can import and export knowledge from your back office. To do so, visit the **Content > Import/Export** page.

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

You can navigate through this menu to see the status of your knowledge items and then import/export them.

### Massive import

Perform a massive import of knowledge in excel format. A template is available.

For mass imports, click **Choose file** and select the file you want to import. Click **Import** to confirm import.

<figure><img src="/files/7xbfEKpG2wImDqcsxIuC" alt=""><figcaption></figcaption></figure>

### Quick export

Perform an export of data associated with your knowledge base. To do so, select the data and click **Export**.


---

# 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-en.dydu.ai/contents/import-export-of-knowledge.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.
