# Dashboard layout

You can view sprinkle dashboards in two modes: Grid & Tab

## Grid Mode

* Grid mode presents visualizations as tiles, allowing multiple views simultaneously.
* Accessing Grid Mode: By default, dashboards are in grid mode.

#### Customizing Grid Layout:

1. Click the "**Edit Layout"** button.
2. Select "**Desktop**" to configure the layout for desktop devices.
3. Here you can **resize** tiles by dragging their **corners**.
4. **Rearrange** tiles by **dragging and dropping** them.
5. Click "Done" to save the new layout.

## Tab Mode

* Tab mode displays visualizations one at a time, ideal for presentations and detailed analysis.
* Switching to Tab Mode: Click the tab button to switch from grid to tab mode.

#### Exploring Visualizations:

1. Each visualization occupies the **full screen** for in-depth exploration.
2. Use the **tabs** to navigate between different visualizations.

#### Managing Tabs:

1. You can **rename tabs** to anything you want as per requirement.
2. You can also **rearrange tabs** by dragging and dropping them in the desired order.

## Mobile Layout

For optimal viewing on mobile devices, Sprinkle provides separate layout configurations. Refer to the dedicated "**Mobile Layout**" documentation for detailed instructions.


---

# 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.sprinkledata.com/product/analysing-your-data/dashboards/dashboard-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.
