> 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.md).

# Nociones básicas

- [Arca y clave](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/vault-and-key.md): Para proteger todo lo que creas y tus relaciones con los demás, tienes una clave de cifrado que solo controlas tú.
- [Espacio](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/space.md)
- [Objetos](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/object-editor.md): Vamos a ver qué son los objetos y cómo usarlos para optimizar tu trabajo.
- [Los bloques y el editor](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/object-editor/blocks.md): Funcionamiento de los bloques y la edición según tus preferencias.
- [Maneras de crear objetos](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/object-editor/create-an-object.md): ¿Cómo se crea un objeto?
- [Tipos](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/types.md): Los tipos son el sistema de clasificación que utilizamos para categorizar objetos
- [Plantillas](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/types/templates.md): Crear plantillas y usarlas con los tipos.
- [Relaciones](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/relations.md)
- [Conjuntos y colecciones](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/sets-and-collections.md)
- [Vistas](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/sets-and-collections/views.md)
- [Biblioteca](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/anytype-library.md)
- [Enlaces](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/linking-objects.md)
- [Gráfico](https://doc.anytype.io/anytype-docs/espanol/nociones-basicas/graph.md): Una inmersión gráfica en tus objetos


---

# 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.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.
