> For the complete documentation index, see [llms.txt](https://docs.zenlytic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zenlytic.com/data-modeling/adding_a_new_table.md).

# Adding a New Table

## Adding new tables to your workspace can be done two ways.&#x20;

1. Just ask Zoë - she can now find tables in your house by asking her in chat (depends on the service account permissions she is using)
2. Manually by the steps outlined below

## Step 1 - Go to Context Manager

Using the left-hand navigation, go to [Context Manager](/data-modeling/context_manager.md).

![add-new-table-context-manager](/files/puEWtcM1JLC8cbbIOk3O)

## Step 2 - Click the "+" button

Views can be added by clicking the "+" button and selecting "Create View" in Context Manager.

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

Clicking the "+" button will bring up the Add Tables modal which lets you add tables from your warehouse or upload a CSV.

![add-new-table-modal](/files/qSUUYI2kdyRB3SubkWqj)

## Step 3 - Add a table from your data warehouse or upload a CSV

Selecting a warehouse connection will open the Add Tables selector modal. Select one or several tables then click "Add x table" to add them to context manager.

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

Alternatively, upload a CSV. CSV headers must only use alphanumeric characters, spaces, and underscores.

![add-new-table-file-upload](/files/u2nFPjoetDWnS1ekX3Wg)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.zenlytic.com/data-modeling/adding_a_new_table.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
