# Inserter Panel

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

The Gutenberg Inserter Panel contains all available blocks, patterns, and saved reusable blocks.

{% hint style="info" %}
It offers a search functionality to quickly access the blocks you might be looking for.
{% endhint %}

Gutenberg allows you to drag & drop blocks from the inserter panel to the editor page.

## Open/Close&#x20;

Navigate to the Gutenberg editor for the selected page or post.

* Toggle the "Block Inserter" icon on the top left hand corner of the Editor.

<figure><img src="/files/2r5tp67Ttz5eqmB33Q1N" alt=""><figcaption></figcaption></figure>

* The Inserter Panel will look like this.
* The Icon will change to a "X" icon.
* Click "X" to close panel.

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

## Select

You can search for a particular element using the search bar or select in the panel.

Cwicly blocks are listed before Gutenberg blocks.

* Select required block, pattern or media or find required element in the panel.

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


---

# 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.cwicly.com/gutenberg/inserter-panel.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.
