# Panel

{% hint style="info" %}
Use Primitives Panel prefab to customize color and border to all the variants of the panels at once. Use the variants in your scene.
{% endhint %}

{% tabs %}
{% tab title="Panel Main" %}

<figure><img src="/files/CKoJX8GV6kj0GbvMyedX" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Panel Column" %}

<figure><img src="/files/Br00BFUacPM2DypLf2Qh" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Panel Empty" %}

<figure><img src="/files/SRTYV3sEJ05o4UJoPsAh" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Panel Action bar" %}

<figure><img src="/files/w49hXkthfuH6wz4lkTv0" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## Panel structure in Unity

### Primitive Panel prefab

* Primitive Panel

*Find them in FloatGrids/Design System/Customization/Primitive UI Components/Panel Primitive*

### Panel variants

*Find them in FloatGrids/Design System/UI Components/Panel*

## Scroll View

Use scroll prefab to be able to scroll your content in the panels.

* *Find the primitive scroll view prefab in FloatGrids/Design System/Customization/Primitive UI Components/Scroll View Primitive*
* *Find the Scroll View variant in FloatGrids/Design System/UI Components/Scroll View*


---

# 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.floatgrids.com/ui-components/panel.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.
