# ​How to Add and Manage Static Tables

### Add a static table

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

1. In the editor toolbar, click the **Table** <img src="/files/CZCnqa5xtlWoVFR2dZDa" alt="" data-size="line"> icon.
2. Select the table size to insert (the default maximum is 10×10).

The table is inserted. All columns start with the same width.

### What you can do with a table

Examples of content you can put into cells:

* static text
* dynamic fields
* images

You can also:

{% columns %}
{% column %}

* change column width by dragging the cell border
* change formatting inside a cell
* add rows and columns
  {% endcolumn %}

{% column %}

* hide or show borders
* set vertical alignment
* select multiple cells and edit them together
  {% endcolumn %}
  {% endcolumns %}


---

# 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://support.docstudio.com/user/template-builder/template-editor/how-to-add-and-manage-static-tables.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.
