# Quick Inserter

The Cwicly Quick Inserter allows you to swiftly add blocks to your page without having to delve into the Block Inserter.

{% hint style="info" %}
The Cwicly Quick Inserter needs to be activated to be visible in the editor.
{% endhint %}

* To do this, navigate to the Global Styles tab in the Block Inspector.
* Open the Settings tab and then the Backend tab.
* Toggle the Quick Inserter on to add it to the editor.

<figure><img src="https://lh5.googleusercontent.com/kyYV-PeXQWyW2eYQ97f9keEXyBaGoGJiGsNlVuikixzXW8w0y-QpFoTGbeN8mBHOL2NSIuqovSgOfpcXLkT8_2y87LzA6LxEIOB0J8wh-F7lo_jGRldifZbdFAJYrg22hE1qj2ZRI2D2U0lSNFbPCpyjoFhrzNyHxwbTI5Mr_TG6eykISNBHIx3ygutb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
By default, the Quick Inserter contains a few Cwicly Blocks but you can add more or less, and add Gutenberg Blocks as well.
{% endhint %}

<details>

<summary>Add</summary>

1. Navigate to the bottom of the Quick Inserter
2. Select the ➕ icon
3. Search for the desired block (using the search bar or manually doing so)

</details>

<details>

<summary>Remove</summary>

1. Select the desired block to remove
2. Hover over its icon
3. See Tooltip appear
4. Select the ➖ icon to delete

</details>

{% hint style="warning" %}
You can disable the quick inserter from the Global Styles Settings tab, in the Backend tab or by deactivating this feature in the Role Editor.
{% endhint %}

## Organise

The quick inserter can be organised to better suit your workflow, by dragging the block's icon into the desired place.


---

# 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/cwicly/quick-inserter.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.
