# Postman Demo

<figure><img src="/files/JjmYVkK8xhKfNYNtYdX1" alt=""><figcaption><p>Postman screenshot</p></figcaption></figure>

## 1. Download Postman

Postman is a GUI you can use to run some API call examples and visualise the returned data.

You can use the community desktop version or the web version of [Postman](https://www.postman.com/downloads/) to import the demo.

## 2. Download the postman collection

1. In postman, select the Collections tab on the left menu
2. Press the import button and import the following collection:

<https://api.postman.com/collections/30284558-122e15d0-d9eb-450d-986c-f8d36d981bb2?access_key=PMAT-01K9VVF49C1TTHNYQESNK2QG6S>

## 3. Setup a testnet environment

1. Go to the Environments tab on the left menu and create a new TESTNET environment
2. Add a `baseUrl` variable with `https://api.testnet.kiln.fi` as  value
3. Add a `api_token` variable with your Kiln API token as value (you can get one in the API tokens tab in your dashboard's settings)&#x20;
4. Go back to the Collections tab, select TESTNET on the top right menu
5. You are now setup to run API queries!


---

# 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.kiln.fi/v1/kiln-products/connect/postman-demo.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.
