# Postman

Many of our members use Postman to test their API.\
\
To export a collection:

1. Log in to the API Builder. &#x20;
2. Navigate to top right dropdown and select Postman.
3. You'll be taken to the Postman web application.&#x20;
4. Click on "Run in Postman" on the top right corner.&#x20;
5. If you have Postman running locally, click on your desired workspace.&#x20;
6. Click on "Import" to successfully import your created API collection to your local Postman app. <br>

To change variables: After successfully importing your collection, click on the Variable tab. Change the api\_key, id, base\_url & end\_point current value with your value's from the API Builder.&#x20;


---

# 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.hatchapps.com/api-builder/getting-started/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.
