# Prerequisites

Before we start, make sure you have:

* [ ] A computer with internet access
* [ ] A Login.gov account (free to create)
* [ ] Basic familiarity with using a terminal/command line
* [ ] One of these tools installed:
  * `curl` (usually pre-installed on Mac/Linux)
  * A REST client like [Postman](https://www.postman.com/) or [Insomnia](https://insomnia.rest/) (optional)
  * A programming environment (Python, JavaScript, etc.) (optional)
* [ ] Python 3 (If you would like to follow the "Write Your First Program")


---

# 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://wiki.simpler.grants.gov/product/api/simpler-grants-api-tutorial/prerequisites.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.
