> 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/security-testing-integrations/pynt-with-api-testing-tools/pynt-for-postman/fork-pynt-collection.md).

# Fork Pynt Collection

{% hint style="success" %}
🚀 **Quick Start**: The fastest way to begin running Pynt from Postman is by using [**Pynt's Postman Wizard**](https://app.pynt.io/onboard/postman/login). It simplifies the process and gets you started in just a few steps! This will allow you to skip the manual steps below.
{% endhint %}

***

## Fork Pynt Collection from Pynt Public Workspace

If you prefer to run Pynt locally and wish to manually setup the integration, **fork the Pynt collection** from Postman's public API network.

1. Go to the [**Pynt public workspace**](https://www.postman.com/pynt-io/pynt/overview).
2. Fork the 'Pynt' collection to your workspace.
3. Optionally, fork the 'goat' collection for a reference app.
4. Open your workspace in the Postman desktop app.
5. Click on **Pynt’s collection documentation** and follow the instructions.

<figure><img src="https://content.pstmn.io/a93329de-85be-434a-a6d5-cba3585d984c/R3JvdXAgMjM3NTk0LnBuZw==" alt=""><figcaption><p>Image 1 - Fork Pynt collection into your workspace</p></figcaption></figure>

<figure><img src="https://content.pstmn.io/42465f77-1503-484f-88d4-217534ae8b82/SW1hZ2UtMi5wbmc=" alt=""><figcaption><p>Image 2 - Open Pynt collection from your workspace in Postman app</p></figcaption></figure>

<figure><img src="https://content.pstmn.io/662255dc-06b3-475f-bcbc-13d1b0dfa92d/aW1hZ2UtMy5wbmc=" alt=""><figcaption><p>Image 3 - Continue with Pynt's collection documentation</p></figcaption></figure>

***

{% hint style="info" %}
💡 **Need Help?** For any questions or troubleshooting, reach out to the [**Pynt Community Support**](https://www.pynt.io/community).
{% endhint %}


---

# 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/security-testing-integrations/pynt-with-api-testing-tools/pynt-for-postman/fork-pynt-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.
