# Using the visibility control

Controlling block visibility is an important aspect when creating responsive designs. Block slider offers its own visibility control that lets you manage the block visibility on different screen sizes

{% hint style="info" %}
“Visibility” won’t have any visual representation in the Gutenberg editor.
{% endhint %}

## How to use it?

Let’s suppose you’ve created a slider and wanna hide the pagination block on mobile.

{% embed url="<https://share.getcloudapp.com/6quJgNLZ?collection_id=nlfk6Dv>" %}

As you can see the visibility control currently contains 3 visibility options:

* **Hide on desktop:** This allows you to hide the desired block on desktop devices
* **Hide on tablet:** This allows you to hide the desired block on tablet devices
* **Hide on mobile:** This allows you to hide the desired block on mobile devices

## How does It work at the front end?

{% embed url="<https://share.getcloudapp.com/X6u7P5d5?collection_id=nlfk6Dv>" %}


---

# 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.wpblockslider.com/guides/using-the-visibility-control.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.
