> For the complete documentation index, see [llms.txt](https://support.docstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.docstudio.com/user/template-builder/template-editor/how-to-add-and-manage-static-tables/table-context-menu-overview.md).

# Table Context Menu Overview

Use the table context menu in structured documents to manage cell content, table structure, alignment, and borders.

Right-click a cell or a selection of cells to open the context menu.

### Help me write

**Help me write** is an AI feature for improving selected text. It analyzes the selection and suggests ready-made options.

{% columns %}
{% column %}

* **Formalize** — rewrite the text in a more formal style
* **Shorten** — reduce the text length and keep the meaning
* **Elaborate** — expand the text with more detail
* **Rewrite text** — rewrite the text from your prompt
  {% endcolumn %}

{% column %}

<figure><img src="/files/EViclCuBR2o21qMdX3QT" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Manage paste modes

{% columns %}
{% column %}

* **Paste** — keep the original formatting, including headings and styles
* **Paste without formatting** — paste plain text only and remove formatting
  {% endcolumn %}

{% column %}

<figure><img src="/files/rWPWeCTOZvap2X0YpZg3" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Manage rows and columns

Use these sections to manage table structure:

* **Insert/Remove row**
* **Insert/Remove column**

#### Insert/Remove row

{% columns %}
{% column %}
Row actions:

* insert row above (adds a row above the current row)
* insert row below (adds a row below the current row)
* remove row (removes the current row)
  {% endcolumn %}

{% column %}

<figure><img src="/files/qvlhjgklEGJPCuVtJOVY" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### Insert/Remove column

{% columns %}
{% column %}
Column actions:

* insert column before (adds a column before the current column)
* insert column after (adds a column after the current column)
* remove column (removes the current column)
  {% endcolumn %}

{% column %}

<figure><img src="/files/5KpcN0CzJuPzf9H7aXK4" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Set vertical alignment

{% columns %}
{% column %}
Align actions:

* Vertical align top (aligns text to the top of the cell)
* Vertical align center (aligns text to the center of the cell)
* Vertical align bottom (aligns text to the bottom of the cell)
  {% endcolumn %}

{% column %}

<figure><img src="/files/ErAJpoBvOBN7Nxs9Qkxc" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Delete a table

{% hint style="warning" %}
**Delete table** removes the table and all content inside it.
{% endhint %}

### Change border visibility

Apply border settings to the current cell or to multiple selected cells.

{% columns %}
{% column width="50%" %}
Border options:

* border top
* border right
* border left
* border bottom
* no borders
* all borders
  {% endcolumn %}

{% column width="50%" %}

<figure><img src="/files/YasVxHAz2IIOdsNY2edu" alt="" width="107"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Related topics

* [How to Add and Manage Static Tables](/user/template-builder/template-editor/how-to-add-and-manage-static-tables.md)
* [How to Create a Structured Template](/user/template-builder/template-editor/how-to-create-a-structured-template.md)
* [Template Editor Interface Overview](/user/template-builder/template-editor/template-editor-interface-overview.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/table-context-menu-overview.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.
