> For the complete documentation index, see [llms.txt](https://doc.anytype.io/anytype/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.anytype.io/anytype/getting-started/install.md).

# Install

You can download the latest version of Anytype for your device at [download.anytype.io](https://download.anytype.io). It is available on macOS, Windows, Linux, iOS, and Android. Or you can search for 'Anytype' directly on your phone's app store.

<div data-with-frame="true"><figure><img src="/files/XJYWBG5VrfhpgGmz75tE" alt=""><figcaption></figcaption></figure></div>

## Get started

#### Create

If this is your first time, click on 'I am new here'. If you already have an account, click on 'I already have a Key'.

<div data-with-frame="true"><figure><img src="/files/lQeoQ6RtA88PtaiFFG8k" alt=""><figcaption></figcaption></figure></div>

#### Language

If you would like to use a language other than English for the interface, you can select it in the top right corner.

<div data-with-frame="true"><figure><img src="/files/U18puAd3Iy8HqRtYu655" alt=""><figcaption></figcaption></figure></div>

#### Save your Key

Your [Key](/anytype/basics/key.md) is the only way to access your account—treat it like an email and password combined that you can never reset. Store it somewhere secure and never share it with anyone. Anyone who has your Key has full access to your account.

If you lose your Key, your account cannot be recovered—by anyone, including Anytype. This is intentional: Anytype's security model lets anyone create an account without needing permission from a central authority.

<div data-with-frame="true"><figure><img src="/files/iCzBJO4jgWVRpwgs3P8Y" alt=""><figcaption></figcaption></figure></div>

{% hint style="danger" %}
Store your [Key](/anytype/basics/key.md) somewhere safe and never share it with anyone. Whoever has access to your key has access to your account. It cannot be recovered.
{% endhint %}

#### Log in on other devices

In addition to using your [Key](/anytype/basics/key.md) to log in, you can also use the QR code to log in faster. This is especially handy to sign in on your mobile devices if your desktop is close by. Having multiple devices logged in also creates more backups for you to recover your account from.

1. Navigate to your [Vault Settings](/anytype/settings/vault-settings.md).
2. Click **Login Key**.
3. Click on the QR code and scan it with your device.

<div data-with-frame="true"><figure><img src="/files/OVIaqa1MwGcmw1lAJcOg" alt=""><figcaption></figcaption></figure></div>

## After installation

Once you've created your Vault and saved your Key, you'll land in a sandbox where you can poke around, open things, and break stuff. Go wild and explore with no pressure. When you're ready to start your own work, create a new Channel.

If you'd like a quick overview of how Anytype's core concepts fit together, start with our [Overview](/anytype/basics/overview.md).

#### Import

If you would like to import some of your existing data into your Space, you can find the instructions on how to do so in [Import & Export](/anytype/data/import-and-export.md).


---

# 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://doc.anytype.io/anytype/getting-started/install.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.
