> ## Documentation Index
> Fetch the complete documentation index at: https://docs.emadesk.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tables

> Give your agent structured data it can look up and update during a chat.

Tables hold structured records such as customers, orders, or bookings. The agent can read from them, and update them, while it talks to a customer, so it can resolve requests without a human.

<Frame>
  <img src="https://mintcdn.com/emadesk/W6r7hMim7OVGPBK1/images/tables/01-tables-empty.png?fit=max&auto=format&n=W6r7hMim7OVGPBK1&q=85&s=e9e883525d12f5988448196d7f98d1f4" alt="Tables, empty state" width="1920" height="1009" data-path="images/tables/01-tables-empty.png" />
</Frame>

<Note>
  Tables are available on paid plans.
</Note>

## Create a table

Click **New table** to define columns by hand, or import an existing **CSV**, **Excel**, or **Google Sheet**. The agent automatically gets lookup tools for any table you create.

<Frame>
  <img src="https://mintcdn.com/emadesk/W6r7hMim7OVGPBK1/images/tables/02-create-table-dialog.png?fit=max&auto=format&n=W6r7hMim7OVGPBK1&q=85&s=f6cb82344aeec7f0b39dde8b8568d11a" alt="Create table dialog" width="1920" height="1009" data-path="images/tables/02-create-table-dialog.png" />
</Frame>

## Work with rows

Each table lists its name, description, and column count. Open a table to view and edit its rows.

<Frame>
  <img src="https://mintcdn.com/emadesk/W6r7hMim7OVGPBK1/images/tables/03-tables-list-with-data.png?fit=max&auto=format&n=W6r7hMim7OVGPBK1&q=85&s=f04e183d3e2bba98d8d2c42b16c652a9" alt="Tables list with data" width="1920" height="1009" data-path="images/tables/03-tables-list-with-data.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/emadesk/W6r7hMim7OVGPBK1/images/tables/04-table-detail-with-rows.png?fit=max&auto=format&n=W6r7hMim7OVGPBK1&q=85&s=8e98771de71bc277423970c084aff13d" alt="Table detail with rows" width="1920" height="1009" data-path="images/tables/04-table-detail-with-rows.png" />
</Frame>

<Tip>
  Once a table exists, the agent can answer questions like "What is the status of order 1234?" by looking up the matching row.
</Tip>
