# Импорт & Экспорт

В данном разделе мы подробно рассмотрим функционал меню проекта **Import**. Вызвать его можно нажатие на кнопку **+** в верхней части дерева проекта (либо в верхней части панели **Scratches**). Выглядит данное меню следующим образом:

![Контекстное меню Import](/files/-LiMxodaQagPkXIOxIdO)

Меню **Import** состоит из следующих пунктов:

* [**Shared**](/0.0.1-beta.16/other/import/shared.md) - загрузка экспортированных ранее узлов
* [**cURL**](/0.0.1-beta.16/other/import/curl.md) - импорт запроса из cURL
* [**Swagger**](/0.0.1-beta.16/other/import/swagger.md) - импорт описания API из [Swagger/OpenAPI](https://swagger.io/specification/)
* [**Postman**](/0.0.1-beta.16/other/import/postman.md) - импорт коллекций из [Postman](https://learning.getpostman.com/docs/postman/collections/sharing_collections/)

В следующих подразделах мы рассмотрим подробнее каждый из данных пунктов.


---

# 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-ru.testmace.com/0.0.1-beta.16/other/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.
