# The GitBook editor

Everything you've read so far has been in the **editor**. This window right here is where all your page content comes together.

## Block-based

The Editor is full of all sorts of content blocks, like this hint:

{% hint style="info" %}
**Check me out!** I’m an editable 'hint' block, and I think I look pretty great 💅
{% endhint %}

You can access the block list at any time by hitting `CMD + /` (`CTRL + /` on Windows) to bring up a filterable list of blocks. Or you can check out our documentation for a full list of blocks with examples.

## A note on markdown

While the editor supports most common Markdown decorators, behind the scenes, GitBook is converting this to a document format that works with our block-based editor.


---

# 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://thietkedyf.gitbook.io/thicongdyf/the-basics/the-gitbook-editor.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.
