# Block Inspector

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

The Block Inspector or Inspector Controls are the settings that affect a block in the sidebar of Gutenberg blocks.

When you select a block in the Editor, the settings for that specific block will appear under the Block tab of the sidebar.

As well as the main tabs ([Primary](/gutenberg/primary-tab.md), [Design](/gutenberg/design-tab.md) and [Advanced](/gutenberg/advanced-tab.md)), you can access [Visibility Conditions](/interactions/visibility-conditions.md), [Link](/interactions/link-wrapper.md), [Interactions](/interactions/interactions.md), [Tag](/cwicly/tag.md) and [Class](/cwicly/classes-and-ids.md)[ and ID](/cwicly/classes-and-ids.md) from here.

![](/files/oHVXLsfjcqkcltbEPxOT)

## Open/Close&#x20;

* Navigate to the Editor for the selected page or post.
* Toggle the "Settings" icon on the top right hand corner of the editor.
* Select "Block Inspector" tab.

<figure><img src="/files/XzpiiedgEFVbEMgXDHbo" 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/block-inspector.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.
