# Panel

You can use a panel control to group other controls together. A panel can optionally also have a title.

You can override the default Panel border colour in the properties and set a title.

You can also set the panel to be invisible when loading the screen and use a script to make it visible when some [Event](/features/events.md) occurs on the page.

***

{% embed url="<https://www.youtube.com/embed/kfoxWAHB1zQ?autoplay=1&rel=0&vq=1080>" %}
*Add a Panel*
{% endembed %}

***

### Properties

1. **Border Colour**

   This colour will override the default border colour.
2. **Title**

   A standard fieldset title.
3. **Visible**

   Set to False if you don't want this control to render on the page and be visible to the user.


---

# 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.stadium.software/controls/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.
