# Table

Use the Table control to help you arrange the layout of your content. You can use it to apply consistent spacing and organise the page contents. Right click on the table control to add and remove columns and rows.

***

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

***

### Table layouts

To lay out a page section with the table control, simply drag a control into a cell.

![](/files/GzCkp1SPdhszJFockYsE)

***

### Column and Row management

In order to manage the columns and rows of a Table, you can use the right-click menu provided on a Table column. Right click on a column to change its position, delete it or add another column on either side of it, or to add a row above or below the row that you are on.

<figure><img src="/files/WoQGHl7k63x8aiJyff3Z" 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://docs.stadium.software/controls/table.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.
