> For the complete documentation index, see [llms.txt](https://wiki.simpler.grants.gov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.simpler.grants.gov/product/api/simpler-grants-api-tutorial/prerequisites.md).

# 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")
