# Layouts

{% hint style="success" %}
This is the official documentation of Forest Admin Cloud.
{% endhint %}

A Layout is a versatile feature that shapes the entire user interface within Forest Admin. It encompasses everything visible on the screen and you can customize it by enabling the Layout Editor mode, which reveals orange components. Through click-and-drag actions, you can modify various elements such as the display names of collections and fields, the widgets assigned to fields, and more.

This flexibility allows you to tailor the admin panel to the specific needs of different users. For instance, developers might prefer a layout showcasing technical collections and fields, aligning with the underlying database structure for precise technical insights. On the other hand, founders could benefit from a high-level view with key metrics for informed business decision-making. Operational teams might utilize a layout presenting collections in a business-friendly manner, with elements renamed and styled to streamline operational tasks.

With the capability to create multiple layouts, each adapted to different roles within the company, Forest Admin ensures that users have a customized experience that aligns with their responsibilities and preferences.


---

# 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.forestadmin.com/cloud/core-concepts/layouts.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.
