# Tables

Tables are database objects that contain all the data in a database. In tables, data is logically organized in a row-and-column format similar to a spreadsheet. Each row represents a unique record, and each column represents a field in the record. For example, a table that contains employee data for a company might contain a row for each employee and columns representing employee information such as employee number, name, address, job title, and phone number.<br>

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

###

### Creating a Table

All tables belonging to the application are listed at the top. You can create a new table by pressing the "+" button to the right of the table names.

In the data transferred with the Excel document, each sheet is included here as a table.

You can edit the table name or delete the table by pressing the “three dots” icon next to the table names.

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

###

### Adding columns

The “New Column” button allows you to add a new field to your table.

You can turn the visibility of the columns on and off with the "eye" icon next to it. You can also change the table view or search in this area.<br>

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

###

### Adding rows

You can add a new record to the table by clicking the “New Row” button.

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

<br>


---

# 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.kozmik.io/tables/tables.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.
