# Setting Up Your Account

### Download the app

Find the latest version of Anytype for your OS at [download.anytype.io](https://download.anytype.io)

Anytype is installed:

* In Windows 10 or above, it is usually located:\
  `C:\Users\<username>\Appdata\Local\Programs\anytype2\Anytype.exe`\
  **username** stands for the name of your user aka working directory.
* For MacOS, it's: `HHD > Users >`` `*`Username`*` ``> Library > Application Support > anytype`
* For Linux, you'll find your work directory in `~/.config/anytype`
* For Android, it’s your default location, usually: \_device/data/app\_​.\
  We also store some caches: *device/data/data/io.anytype.app*
* For iOS, it's the standard install path determined by the iOS.

{% hint style="info" %}
There's no browser version of the app. Anytype is a stand-alone software, that works on desktop or mobile devices. There are many points of vulnerability in-browser apps that would compromise our commitment to data security and encryption.
{% endhint %}

### Create an account

If you haven't created an account yet, you can easily create one by clicking **Join** and then following the provided instructions.

#### Log in using your recovery phrase

On the contrary, if you already do have an account, click on **Login** and enter your recovery phrase to proceed.

{% hint style="danger" %}
Store your [Recovery Phrase](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/data-and-security/what-is-a-recovery-phrase.md) somewhere safe and share it with no one!
{% endhint %}

#### Log in using the QR code

In addition to using the recovery phrase to log in, you can also use the QR code to login faster if your desktop is close by.

To log in using the QR code, simply navigate to your recovery phrase.

Settings > Recovery Phrase.

Underneath your recovery phrase you'll find your blurred out QR code, when you click the image it will display.

Now you can scan this code with your mobile device and install the app.

### Migrate existing data

If you would like to import your existing data, you can check out [Space Settings](/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/intro/setting-up-your-profile/space-settings.md#import-and-export).


---

# 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://doc.anytype.io/anytype-docs/~/revisions/SFjMNGZIAXS10yHETGw8/intro/setting-up-your-profile.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.
