# Postman

Postman имеет возможность [поделиться коллекцией запросов](https://learning.getpostman.com/docs/postman/collections/sharing_collections/). TestMace поддерживает импорт данного формата. Импортировать Postman коллекции можно следующим образом:

* импорт из контекстного меню проекта **Import** -> **Postman**
* импорт из контекстного меню [Folder](/0.0.1-beta.14/node-types/folder.md) или [Project](/0.0.1-beta.14/node-types/project.md) узла **Import** -> **Postman**

При этом открывается диалог следующего вида:

![Импорт коллекции из Postman ](/files/-LiMzPgGrK8utn3ObmGq)

Здесь необходимо указать путь до файла с импортированной коллекцией. Если при импорте поддерева имя корневого узла уже существует в списке детей предка, то имя будет иметь вид NodeName \[Copy \[number]].


---

# 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.14/other/import/postman.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.
