> 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/espanol/primeros-pasos/install.md).

# Instalar

Puedes descargar la versión más reciente de Anytype para tu dispositivo desde [download.anytype.io](https://download.anytype.io). Está disponible para macOS, Windows, Linux, iOS y Android. También puedes buscar «Anytype» en la tienda de aplicaciones de tu teléfono.

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

## Cómo empezar

#### Crear

Si es tu primera vez, haz clic en «Es mi primera vez». Si ya tienes una cuenta, haz clic en «Ya tengo una clave».

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

#### Idioma

Si quieres usar un idioma distinto del inglés para la interfaz, selecciónalo en la esquina superior derecha.

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

#### Guarda tu clave

Tu [clave](/anytype/espanol/nociones-basicas/key.md) es la única forma de acceder a tu cuenta; trátala como si fuera una combinación de correo electrónico y contraseña que nunca podrás restablecer. Guárdala en un lugar seguro y no la compartas nunca con nadie. Cualquiera que tenga tu clave tiene acceso completo a tu cuenta.

Si pierdes tu clave, nadie podrá recuperar tu cuenta: nadie, ni siquiera Anytype. Esto es intencionado: el modelo de seguridad de Anytype permite que cualquier persona cree una cuenta sin necesitar autorización de ninguna autoridad central.

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

{% hint style="danger" %}
Guarda tu [Clave](/anytype/espanol/nociones-basicas/key.md) en un lugar seguro y no la compartas nunca con nadie. Cualquiera que tenga acceso a tu clave lo tiene también a tu cuenta. No se puede recuperar.
{% endhint %}

#### Inicia sesión en otros dispositivos

Además de iniciar sesión con tu [clave](/anytype/espanol/nociones-basicas/key.md), puedes usar el código QR para hacerlo con más rapidez. Esto es lo más cómodo para iniciar sesión en dispositivos móviles si tienes cerca el ordenador. Además, al iniciar sesión en varios dispositivos, tendrás más copias de respaldo para recuperar tu cuenta.

1. Ve a los [Ajustes del arca](/anytype/espanol/ajustes/vault-settings.md).
2. Haz clic en **Clave de acceso**.
3. Haz clic en el código QR y escanéalo con tu otro dispositivo.

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

## Tras la instalación

Una vez creada tu arca y guardada la clave, aparecerás en un entorno desnudo en el que puedes curiosear, abrir cosas y romper lo que quieras. Diviértete y explora sin prisa. Cuando quieras empezar a trabajar, crea un canal.

Si quieres un resumen rápido de los conceptos básicos de Anytype, empieza por nuestra [Vista general](/anytype/espanol/nociones-basicas/overview.md).

#### Importar

Si quieres importar a tu espacio datos que ya tienes, encontrarás instrucciones para hacerlo en [Importar y exportar](/anytype/espanol/datos/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/espanol/primeros-pasos/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.
