# Table

- [Populate simple table](https://docs.powerpointgeneratorapi.com/examples/table/table-shape.md): Tables enable you to edit tables in your template for use in your presentation.
- [Populate simple table](https://docs.powerpointgeneratorapi.com/examples/table/populate-simple-table.md): Fill a table using a two-dimensional array of cell values
- [Table styling](https://docs.powerpointgeneratorapi.com/examples/table/table-styling.md)
- [Using \`text\_runs\` in Table cells](https://docs.powerpointgeneratorapi.com/examples/table/using-text_runs-in-table-cells.md): Use text runs to apply different font settings to different strings in the same cell.
- [Handling merged cells](https://docs.powerpointgeneratorapi.com/examples/table/handling-merged-cells.md): You can add data to tables even if there are merged cells.
- [Update a specific cells in existing table](https://docs.powerpointgeneratorapi.com/examples/table/update-a-specific-cells-in-existing-table.md): How to update a specific cells without editing existing cells


---

# 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.powerpointgeneratorapi.com/examples/table.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.
