> For the complete documentation index, see [llms.txt](https://docs.testmace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testmace.com/other-features/import.md).

# 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**](/other-features/import/shared.md) - loads previously exported nodes;
* [**cURL**](/other-features/import/curl.md) - imports a request from cURL;
* [**Swagger**](/other-features/import/swagger.md) - imports API description from [Swagger/OpenAPI](https://swagger.io/specification/);
* [**Postman**](/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.
