# Advanced Editing

#### Cell Splitting

Tablomat supports a technique to help with the creation of "combination rows". These are rows that represent some combination of certain values, for example ...

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

In this case, the rows are the combinations of the "red, blue and green" colors, and the "8, 10, 12 and 14" sizes.

Instead of generating these rows by hand, you can start with the following ...

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

then select the two cells containing the values ...

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

and click `Alt` + `s` to produce ...

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

This technique is called "Cell Splitting". It splits the content of any cells of type "List" that are within the selection, generating enough rows as necessary to create all possible combinations of their values.


---

# 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.tablomat.com/learn/advanced-editing.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.
