> 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/object-editor/blocks.md).

# Los bloques y el editor

Tu objeto está formado por distintos tipos de bloques que organizan la información; el lugar en el que conviven todos esos bloques es lo que llamamos un lienzo. El editor de Anytype, basado en bloques, funciona de forma muy similar a los que se usan para crear sitios web o blogs.

Todos los estilos de los bloques se aplican desde el menú de comandos, al que se accede haciendo clic en el símbolo `+` naranja que aparece en la zona izquierda del editor o escribiendo `/`.

En él verás más de veinte tipos de bloques distintos que puedes añadir a tu objeto.

<figure><img src="/files/7ZQLrLRdbuT7fluVaRHC" alt=""><figcaption></figcaption></figure>

### Dar estilo a los bloques

Puedes seleccionar un solo bloque, o varios si quieres editarlos conjuntamente, y aplicar distintos estilos de título y texto, como casillas, viñetas o números.

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

### Estilo en línea

También puedes aplicar estilos a caracteres sueltos o palabras dentro de los bloques de texto.

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

### Arrastrar y colocar para dar formato

Puedes usar la «manilla» que hay a la izquierda de cada bloque para organizar jerárquicamente los bloques o añadir columnas en el editor.

{% embed url="<https://www.loom.com/share/00021ba3598447309722ec3a408d33ac?sid=eb244417-2273-4ab2-8da3-bd47e62e82cf>" %}

### Bloques incrustados

Escribe /incr en el editor para abrir un menú con todos los bloques incrustados que se admiten.

Por ejemplo, diagramas de Mermaid, vídeos de YouTube, tableros de Miro, mapas de Google Maps y unos cuantos más.

También puedes incrustar algunos tipos de archivo: audio, vídeo, imagen y pdf.


---

# 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/object-editor/blocks.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.
