# How to read or search data from Data Tables?

Data Tables are a robust data storage options for configuration and other datasets. You can reference them and use these to lookup information based on the conversation / guide context.&#x20;

### Supported Operations

| **Operation** | **Function**                                                |
| ------------- | ----------------------------------------------------------- |
| Lookup        | Allows you to find a single record using a key value query  |
| Search        | Allows you to find multiple records using a key value query |
| Get All       | Allows you to get all the values in the data table          |

&#x20;

### Using in the flow

You can use the data tables with the Data Table Add On.&#x20;

When you drag the node you can put it as a step in the flow. In the right panel for the configuration you can choose the Table name, Operation, Output Field and Query.&#x20;

Note: In the query you can use parameters from the context to lookup values.

<figure><img src="https://534431549-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbO3m8ycFG8xg77R5w9dH%2Fuploads%2FTPTAARQhO7A3fF2kl4I8%2Fimage.png?alt=media&#x26;token=f9c06889-44fa-49db-b42a-0510e18f90cf" alt=""><figcaption></figcaption></figure>

<br>
