# Import & Export

{% hint style="warning" %}
Available on desktop only.
{% endhint %}

You can import or export from your channel by navigating to **Anytype > Settings > Import to Channel / Export Channel** in the menu bar:

<figure><img src="/files/VGSZIobDNAJoGVUXsDmk" alt="" width="375"><figcaption></figcaption></figure>

Alternatively, you can find the Import / Export Channel options under the Integrations section of your [Space Settings](/anytype-docs/advanced/settings/space-settings.md#integrations):

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

It's also possible to simply type “Import” or “Export” in the Search Menu.

### Import

We currently offer support for importing the following:

* By app:
  * Obsidian
  * [**Notion**](/anytype-docs/advanced/data-and-security/import-export/migrate-from-notion.md)
  * **Any-Block**:
    * **Protobuf**
    * **JSON**
* By file type:
  * **MD (Markdown)**: You can import individual `.md` files or a zip file containing multiple Markdown files.
  * **HTML**
  * **TXT**
  * **CSV:** It is possible to map columns to existing pre-installed properties like Phone, E-mail, etc. by just using the same title.

After your import is done, a new collection should appear in your pinned widget in your sidebar. All of your imported objects should be there.

<figure><img src="/files/rvNPJa0fPxEMdmBsHI35" alt="" width="324"><figcaption></figcaption></figure>

You will also be asked which objects from your imported files you want to add to your Pinned section:

<figure><img src="/files/v1PT1adybxEtZMXf7Jem" alt="" width="375"><figcaption></figcaption></figure>

### Export

We currently offer support for exporting in the following formats:

* **Markdown**
* **Any-Block** (both Protobuf and JSON)


---

# 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://doc.anytype.io/anytype-docs/advanced/data-and-security/import-export.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.
