# Layouts

Berry has multiple layouts in code. You can use as per your need.

* **MainLayout** - This is the layout after you login. Admin panel is a part of MainLayout.

<figure><img src="/files/SN07NSObe2sXkzK6172G" alt=""><figcaption></figcaption></figure>

* **MininalLayout** - It is simple layout with just Routing inside. Login, register pages as build using MinimalLayout

<figure><img src="/files/EU8sHVwF6xnhUJuCbPMa" alt=""><figcaption></figcaption></figure>

* **Simple layout** - It is very basic layout where you can have Header and footer with other content. You can refer landing page for same.

<figure><img src="/files/P3sgB2enYJkeOIzN9smp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vmnlpsBD2Oclb5a8SI2P" alt=""><figcaption></figcaption></figure>


---

# 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://codedthemes.gitbook.io/berry/theme/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.
