> For the complete documentation index, see [llms.txt](https://docs.zingy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zingy.ai/app-editor/page-editor/built-in-elements/table-4-cols.md).

# Table (4 cols)

<div align="left"><figure><img src="/files/bTS3zUa2whhDPA1tGm6A" alt="" width="69"><figcaption><p>Table (4 cols) Element</p></figcaption></figure></div>

The **`Table (4 cols)`** element provides a quick way to add a table with 4 columns with some sample information.

This is a composite element made up of the following elements:

* 1 [Table](/app-editor/page-editor/built-in-elements/table.md)
* 1 [Table Row](/app-editor/page-editor/built-in-elements/table-row.md) in the head section with 4 [Table Heading Cell](/app-editor/page-editor/built-in-elements/table-heading-cell.md) elements.
* 2 [Table Row](/app-editor/page-editor/built-in-elements/table-row.md) elements in the body section each with 4 [Table Column Cell](/app-editor/page-editor/built-in-elements/table-column-cell.md) elements .
* Text elements inside each of the [Table Heading Cell](/app-editor/page-editor/built-in-elements/table-heading-cell.md) and [Table Column Cell](/app-editor/page-editor/built-in-elements/table-column-cell.md) elements.

Feel free to delete sample Text elements.

You may also add:

* Column cells using the [Table Column Cell](/app-editor/page-editor/built-in-elements/table-column-cell.md) element or by [cloning](/app-editor/page-editor/working-with-page-elements.md#clone-the-selected-element) existing column cells.
* Heading cells using the [Table Heading Cell](/app-editor/page-editor/built-in-elements/table-heading-cell.md) element or by [cloning](/app-editor/page-editor/working-with-page-elements.md#clone-the-selected-element) existing heading cells.
* Rows using [Table Row](/app-editor/page-editor/built-in-elements/table-row.md) element or by [cloning](/app-editor/page-editor/working-with-page-elements.md#clone-the-selected-element) existing rows.


---

# 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://docs.zingy.ai/app-editor/page-editor/built-in-elements/table-4-cols.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.
