# Table Context Menu Overview

### Help me write

To open the context menu, right-click a cell or a selection of cells.

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

{% columns %}
{% column %}

* Formalize\
  — Rewrites the text in a more formal style
* Shorten\
  — Makes the text shorter while keeping the meaning
* Elaborate\
  — Expands the text with more detail
* Rewrite text\
  — Rewrites the text based on your prompt
  {% endcolumn %}

{% column %}

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

### Manage pasting

{% columns %}
{% column %}

1. Paste\
   — Pastes text with the original formatting (headings, styles)
2. Paste without formatting\
   — Pastes plain text and removes formatting (for example, H1/H2 becomes normal text)
   {% endcolumn %}

{% column %}

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

### Manage columns/rows

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 %}

### Vertical align

{% 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 Table

**Delete table** removes the table and all content inside it.

### Adjust border visibility

You can change borders for one cell or 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 %}


---

# 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/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.
