# Responsive Selector

The Responsive Selector allows you to select the screen size you want to work with when editing your designs in the Editor.

3 screen sizes are available: Desktop, Tablet & Mobile.

{% hint style="info" %}
When a specific screen size is selected, all modifications made to responsive properties will affect the selected screen size.
{% endhint %}

## Modify

* Navigate to Header.
* Find the Responsive Selector.
* Select the desired screen size.

![Responsive Selector](/files/1vcdOwTg7KVXdq80YBPH)

{% embed url="<https://www.youtube.com/watch?index=6&list=PLvp2KVaJroeRnz3tnH0oYG8NLesimOkSY&v=TXazfZ52vOI>" %}

## Responsive property

When editing Cwicly blocks, some settings are responsive and will change depending on the user's screen size.

If a block property has the selected device icon in front of it, this means it is responsive.


---

# 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/responsive-selector.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.
