# Set up Postman

By the end of this article, you'll have the Postman client up-and-running, where you can explore Faria APis.

### 1. Download Postman

Postman is the software of choice by professionals. Of course, any API client can be used with APIs, but Postman is the most complete in terms of feature sets.

[Download Postman](https://www.postman/downloads/)

### 2. Import the Reference Documentation

In Postman, create a Workspace. Then use the "Import" button and paste in the json link which can be found below:

![](/files/fCaVAfTPwG0UxfpJUi4r)

![](/files/aI9rw824WtBBirQk1TM7)

We have set up a Collection which contains all of the available endpoints. It also has its variables set up for the following:

* Encourages use of environment variables
* Commonly used IDs, such as `studentId` can be set once and used throughout

Go to "Import' and paste one of the following links:

* ManageBac: [Json link](https://www.getpostman.com/collections/be2e1f0ef5ba72f50e8b)
* OpenApply: [Json link](https://www.getpostman.com/collections/777c467be6592119e94d)
* SchoolsBuddy: \<not yet available>

### 3. Set up the Variables

To work as intended, the variables needs to be set accordingly:

![](/files/HGVzkExi6wJnLCOpJsOA)

You'll notice that some of the variable names start with `env-`. These are intended to be defined as an Environment variable. Using Environment variables helps ensure your tokens are separated from the collection.

![](/files/LylG3khUhHRYDPtSxkHM)

An Environment and Environment variables can be created on the far right side of the screen:

{% hint style="warning" %}
Saving changes on the below screen can be confusing. At the time of writing, it requires a two-step action of clicking on "**Persist All**" and then saving.
{% endhint %}

![](/files/MnV9cytWTqBvuAjAazLp)


---

# 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://guide.fariaedu.com/faria-dev-portal/sweating-the-details-1/apis/set-up-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.
