> For the complete documentation index, see [llms.txt](https://help.intheloop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.intheloop.io/setting-up-loop/installing-loop.md).

# Installing Loop

To get started with Loop you will need to download the app via the [Loop website.](https://www.intheloop.io/)

### 1. Download

On the homepage, you will see a field where you can try Loop for free.

![](https://dl.intheloop.io/loop-help/installing-loop.md/Screenshot_2021-12-10_at_10.52.36.png)

You will be asked which application you would like to download e.g. Mac, Windows, iOS or Android.

Click on the button and the download will begin.

![](https://dl.intheloop.io/loop-help/installing-loop.md/Screenshot_2021-12-10_at_10.56.48.png)

While you wait, why not register for a 30 min demo to really showcase what Loop can do for you?

![](https://dl.intheloop.io/loop-help/installing-loop.md/Screenshot_2021-12-10_at_11.07.36.png)

### 2. Install the app

You will be redirected to a screen which will walk you through the final installation steps.

1. Check your downloads folder and open the .dmg/.exe/.msi file
2. The installation will begin and you'll be guided through each step.

### 3. Create your Loop account

Enter your email address and press sign up

![](https://dl.intheloop.io/loop-help/installing-loop.md/Screenshot_2021-12-10_at_11.13.40.png)

You will then be asked to create a password for your Loop account. As a Gmail user, you will be prompted to use single sign on.

Follow the steps to log in to your account.


---

# 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://help.intheloop.io/setting-up-loop/installing-loop.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.
