# Quick Insert

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

Cwicly provides a Quick Insert panel with every block that accepts child blocks.

When using the Quick Insert, we recommend clicking on the desired block. This will instantly insert it in the right position.

{% hint style="info" %}
The Quick insert panel is not enabled by default.
{% endhint %}

## Toggle On/Off

The Cwicly Quick Insert panel is not visible by default, so it needs to be toggled on.

* Open the Global Styles tab in the Block Inspector.
* Open the Settings tab.
* Select the Backend tab.
* Find Quick Inserter and Toggle on/off as required.

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

## Select Block

* Navigate to the Gutenberg editor for the selected page or post.
* Select a block that allows child blocks.
* Click on the icon in the block toolbar.

<figure><img src="/files/Z2LZF2fHeOb11fTffkLF" 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/quick-insert.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.
