# Data Tables

**Data Tables** allow you to store data into DeepConverse that you can lookup and serve to your customers. The data can be created through the DeepConverse dashboard or imported from a Google Sheet.

***Note:** To use this feature your account needs to have access to Data Tables. Please reach out to us if you are interested in using this feature*&#x20;

### Creating a Data Table in the dashboard

Data Tables can be created under **Chatbots** > **Configuration** > **New Data Table**

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

Once the table is created you can add any column by clicking **Add Column**

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

Once you have defined your columns you can click on **Add Row** to add the entries into your table.

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

### Importing a Google Sheet as a Data Table&#x20;

You can maintain your Data Table in an external Google Sheet shared within your organization and teams. It is very easy to import the sheet into DeepConverse.

To get started click on **Import from Google Sheet** on the Data Table page.

First share the Google Sheet with our integration account

[integration@astral-voyage-253107.iam.gserviceaccount.com](https://help.deepconverse.com/hc/en-us/articles/integration@astral-voyage-253107.iam.gserviceaccount.com)

In the dialog you will need to enter:

* *Table Name*&#x20;
* *Sheet Key* (As shown below the highlighted part is the sheet key) <https://docs.google.com/spreadsheets/d/**1b4QI7ipiTWqQ9jcUl8p221wOxhVSeT9Jk2XO**/edit#gid=187396791\\&fvid=1944992590>
* *Worksheet Title* - Name of the sheet you are trying to import

On **Submit** you will be able to see the table.&#x20;

***Note: To update the table just redo the import***

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

&#x20;

<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.deepconverse.com/product-docs/conversational-flow-builder/data-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.
