> For the complete documentation index, see [llms.txt](https://doc.anytype.io/anytype-docs/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-docs/espanol/nociones-basicas/space.md).

# Espacio

<figure><img src="/files/XkAxCg0gA1jEvdpEl1VY" alt=""><figcaption></figcaption></figure>

Dentro de tu arca tienes **espacios**. Un **espacio** es un contenedor para tu gráfico de objetos.

Al igual que el arca, cada espacio es un contenedor cifrado. A diferencia del arca, cada espacio tiene sus propios permisos de acceso: tú decides quién tiene acceso a cada uno de ellos.

Puedes crear varios espacios aparte (hasta 10) y cada uno tendrá su propio gráfico de objetos, barra lateral de widgets y, después, sus ajustes de privacidad. Dependiendo de tu plan de [suscripción](https://github.com/anyproto/docs/blob/main/es-ES/memberships/monetization/README.md), puedes tener hasta 3 espacios compartidos.

{% hint style="info" %}
Ten en cuenta que, por el momento, no es posible eliminar ni compartir el espacio inicial.
{% endhint %}

Haz clic en tu imagen de perfil para crear espacios nuevos o cambiar entre los existentes.

<figure><img src="/files/c1Gnml532za3z2sKwJuK" alt=""><figcaption></figcaption></figure>

Usa el [menú de gestión del espacio](https://github.com/anyproto/docs/blob/main/es-ES/basics/space/space-settings.md) de la parte superior de la barra lateral para personalizar los ajustes de tu espacio o para eliminarlo.

<figure><img src="/files/ce75xnEwkAouZMJ6JwM4" alt=""><figcaption></figcaption></figure>

También puedes gestionar todos tus espacios desde `Ajustes >` [`Espacios`](https://github.com/anyproto/docs/blob/main/es-ES/basics/space/space-settings.md).

<figure><img src="/files/JSH3B2XDoq8luxuMTPQ3" alt=""><figcaption></figcaption></figure>


---

# 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-docs/espanol/nociones-basicas/space.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.
