# Blocks

Your object is made up of different types of blocks to organize your information, and the place where all of these Blocks live together is called the Canvas. Anytype's block-based editor works very similarly to that of blogging sites or website builders.

All block styles originate from the command menu, which you can access by either clicking on the orange `+` symbol on the left-hand side of your editor, or typing `/`.

<figure><img src="/files/DoV0CjAOvFVsXpbMQ3R6" alt="" width="563"><figcaption></figcaption></figure>

### Style your Blocks

You can select one block or several at once, and batch edit to create different headings and text styles such as checkboxes, bullets, or numbers.

<figure><img src="/files/xJWR4yKOpN02BieNzL83" alt="" width="563"><figcaption></figcaption></figure>

### Inline Styling

We also support styling individual characters / words inside text blocks.

<figure><img src="/files/0ipz0JbW2n6QgYnWDn9E" alt="" width="563"><figcaption></figcaption></figure>

### Columns

You can use the grey 'handle' to the left of each block to create parent/child blocks or new columns in your editor by dragging and dropping them.

<div><figure><img src="/files/PjnuiyQEBadKVKt1qcxC" alt=""><figcaption></figcaption></figure> <figure><img src="/files/eOstRBvHn7DJ47JjpLGL" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://doc.anytype.io/anytype-docs/getting-started/object-editor/blocks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
