# Sample Postman collections

Download and use our [Postman Collections](https://github.com/docknetwork/knowledgebase-docs/tree/main/Postman_collections) to experiment with basic API flows:

* Download Postman [here](https://www.postman.com/downloads/).
* Download our [API collection here](https://github.com/docknetwork/knowledgebase-docs/tree/main/truvera-api/sample-postman-collections).
* Import Truvera Collection in Postman with our API collection that you have downloaded previously. For the detailed instructions to import the json file, please refer [here](https://learning.postman.com/docs/getting-started/importing-and-exporting-data/).
* Create a new environment in Postman. For the detailed instruction to create a new environment, please refer [here](https://learning.postman.com/docs/sending-requests/managing-environments/).
* In your new Postman environment, you need to create two new `ApiKey` and `BaseUrl` variables. Please refer [here](https://learning.postman.com/docs/sending-requests/variables/) for the instructions to set the new variables.
* Login to [Truvera Workspace](https://truvera.io/).
* In your Truvera Workspace dashboard, click **Create API key** on the keys page to generate the key, copy and save it (make sure the test mode toggle is on).
* In your Postman create a new environment and add a secret `Bearer` variable with your API key as values.
* Set `BaseUrl` initial and current values to <https://api-testnet.truvera.io>


---

# 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.truvera.io/truvera-api/sample-postman-collections.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.
