> For the complete documentation index, see [llms.txt](https://docs.pynt.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pynt.io/documentation/applications-view/manage-sources-for-api-discovery/source-categories/api-documentation/postman-collection.md).

# Postman Collection

[Postman Collections](https://www.postman.com/collection/) are a powerful way to organize, document, and share APIs, providing a structured format to define API requests, parameters, tests, and workflows. Widely used by developers and teams for API development, testing, and collaboration, Postman Collections allow you to bundle multiple API calls into a single, organized structure, making it easier to manage complex API environments. Postman also offers features like environment variables, pre-request scripts, and test scripts, which can be included in collections to automate and streamline API testing.

Postman Collections serve as both a documentation tool and a testing suite, enabling developers to easily share API workflows with others, including detailed descriptions, examples, and expected responses. This makes them invaluable for API onboarding, testing, and collaboration across teams.

As part of its [API Catalog](/documentation/api-catalog/api-catalog-overview.md) Pynt allows seamless [integration](/documentation/applications-view/manage-sources-for-api-discovery.md) with Postman collection for API documentation.\
\
By integrating Pynt with Postman Collections, you can automatically discover and catalog the APIs defined within your collections. Pynt enhances your API management by continuously monitoring these APIs for security vulnerabilities and compliance issues, providing real-time insights and detailed security assessments. This integration ensures that every API documented in your Postman Collections is securely managed and protected against potential threats.

<figure><img src="/files/bXJLP0e2P1HsbGH8ZWaq" alt="" width="150"><figcaption><p>Postman Collection</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pynt.io/documentation/applications-view/manage-sources-for-api-discovery/source-categories/api-documentation/postman-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
