# Tables — Overview

**Tables** in Zaia Endless are dynamic data structures that allow your Agents to **store, access, and manage information** in real time.\
They act as lightweight, AI-friendly databases that Agents can read from and write to — supporting structured workflows such as contact registration, lead tracking, unresolved inquiries, and feedback collection.

A Table can be fully managed inside the Builder interface, with tools for creating, editing, and linking it to one or more Agents.

***

### 🧩 Core Concepts

| Concept             | Description                                                                              |
| ------------------- | ---------------------------------------------------------------------------------------- |
| **Table**           | A dynamic dataset used by Agents to store or retrieve information.                       |
| **Columns**         | Define the structure of your Table — similar to database fields.                         |
| **Rows**            | Each entry or record in your Table.                                                      |
| **Semantic Search** | A feature that allows Agents to query data using meaning and context, not only keywords. |

***

### 💡 Why Tables Matter

Tables extend your Agents’ memory and logic capabilities by providing:

1. **Persistent storage** — Agents can log user interactions or unresolved questions.
2. **Structured intelligence** — Data can be filtered, queried, and reasoned upon.
3. **Collaboration** — Shared datasets can be used across multiple Agents or Squads.
4. **Automation** — Tables integrate seamlessly with workflows, triggers, and tools.

Example use cases:

* “Unanswered Questions” log for training or review.
* “Contacts” table for lead management.
* “Feedbacks” table for quality tracking.


---

# 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.zaia.app/tables/tables-overview.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.
