# Import & Export

In this section we'll discuss the **Import** menu option features. You can find it by clicking the **+** button above the project tree (or at the top part of the **Scratches** area). This is how it looks like:

![The Import context menu](/files/-Lh4FsXGrFh4ST697Eyd)

The **Import** menu includes the following options:

* [**Shared**](/master/other-features/import/shared.md) - loads previously exported nodes;
* [**cURL**](/master/other-features/import/curl.md) - imports a request from cURL;
* [**Swagger**](/master/other-features/import/swagger.md) - imports API description from [Swagger/OpenAPI](https://swagger.io/specification/);
* [**Postman**](/master/other-features/import/postman.md) - imports collections from [Postman](https://learning.getpostman.com/docs/postman/collections/sharing_collections/).

You'll learn how to use them all in the next sections.


---

# 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.testmace.com/master/other-features/import.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.
