# Mobile layout

In UI Bakery, you can switch between a **desktop** and **mobile** layout for your applications:

* **Desktop**: 100% of the available page space
* **Mobile**: 400 px

The desktop layout is applied by default. To switch to the *mobile* layout, you need to change the adaptive control in the header to the mobile option.

{% hint style="info" %}
Please note that altering the layout of an application changes the layout of all its pages.
{% endhint %}

{% @arcade/embed flowId="TCd7UlGrS6z6YoYxzTI5" url="<https://app.arcade.software/share/TCd7UlGrS6z6YoYxzTI5>" %}

## Configuring component visibility for different layouts

Components can be configured to be visible only on a specific layout. For example, you may not want to include a large table on mobile view.&#x20;

In such cases, you need to select the component, navigate to the **Responsive** setting, and select the layout you want the component to be visible on.

{% @arcade/embed flowId="UrpJELE15n2U5t9BTjU9" url="<https://app.arcade.software/share/UrpJELE15n2U5t9BTjU9>" %}

{% hint style="warning" %}
If you make changes to components on the **desktop** layout, they will not be applied on **mobile**, and vice versa.\
Also, keep in mind that components added to a certain layout do not have the same position on the other layout - they are displayed at the bottom of the page.
{% endhint %}


---

# 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.uibakery.io/concepts/mobile-layout.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.
