> For the complete documentation index, see [llms.txt](https://gitbook-docs.trainyourears.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-docs.trainyourears.com/documentation/installationmd.md).

# Installation

This document will show you how to get up and running with [TrainYourEars](https://www.trainyourears.com).

## Mac (OSX)

To install **TrainYourEars EQ Edition** on a Mac, follow these steps:

1. Once you have downloaded the `.dmg` file from your email double click on it.
2. Accept the terms and conditions.
3. You will see a new volume in your desktop which looks like this:

![](/files/-LNZgz_ZvAgRIQ4CTKDE)

1. If it's not already open, double click on it.
2. You will see an image like this:

![](/files/-LNZgz_a5Jnlz8NNngNf)

1. Now just drag **TrainYourEars** and drop it on the *Applications* folder you see.
2. That will copy the `TrainYourEars EQ Edition 2.app` in your *Applications* folder so you can find it afterwards.
3. If you have already installed a previous version of *TrainYourEars* it will ask for a replacement. Click on `Replace`.

![](/files/-LNZgz_cWtgrUiLYV-dI)

## PC (Windows)

To install **TrainYourEars EQ Edition** on a PC, follow these steps:

1. Once you have downloaded the `.zip` file from your email double click on it and extract its contents.
2. Then, double click on the `.exe` file.
3. If Windows asks you for admin permissions, click on `Yes`.

![](/files/-LNZgz_enoWLnw-I-Yre)

1. Accept the terms and conditions.
2. Choose the folder where you want to install TrainYourEars.

![](/files/-LNZgz_gABHcl0avTMTd)

1. Finally, click on `Install`.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gitbook-docs.trainyourears.com/documentation/installationmd.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
