# Blocks

## Block

A Block is the IDE (Integrated Development Environment) for the coding. Though it is similar to other IDEs yet it has the luxury of executing the codes hassle-free. There are many types of blocks which we will see in the upcoming pages in detail.

## Auto naming blocks

Auto-naming of the block typically refers to generating meaningful names for variables, functions, classes, or other elements in your code automatically, often based on specific rules or patterns. This can help improve code readability and maintainability.

<figure><img src="/files/zYSgU3UWeEEdNFVuSvDc" alt=""><figcaption><p>Auto naming</p></figcaption></figure>

## Lint Code

Lint code option can be used to clean up your code.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIQKNeqjEeOp9UwUcB9R9%2Fuploads%2FK7dmAZ5hMMyBnGmspizK%2FScreen%20Recording%202025-11-26%20at%2011.14.51%E2%80%AFPM.mp4?alt=media&token=604ec167-10c3-450b-9375-62709a8284aa>" %}


---

# 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://docs.zerve.ai/guide/notebook-view/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.
