# Cell

Per-cell write operations: text, links, formulas, dates, images, rich text and comments, plus cell-level structural features like auto filter, freeze panes, merged cells, and row / column styles.

Pages in this section:

* [Insert text](/english/cell/insert-text.md), [link](/english/cell/insert-link.md), [formula](/english/cell/insert-formula.md), [date](/english/cell/insert-date.md), [local image](/english/cell/insert-image.md), [rich text](/english/cell/rich-text.md), [comment](/english/cell/insert-comment.md)
* [Auto filter](/english/cell/auto-filter.md), [freeze panes](/english/cell/freeze-panes.md), [merge cells](/english/cell/merge-cells.md)
* [Row cell style](/english/cell/row-style.md), [column cell style](/english/cell/column-style.md)


---

# 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://xlswriter-docs.viest.me/english/cell.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.
