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

# Table preview

While the primary purpose of data management is the configuration of external data sources, it also allows you to explore the content of these data sources.

When you click on a table in the navigation, you will see a brief preview of your data. By default, we fetch the first 500 records. The table is paginated which will allow you to browse through your dataset. The column header is fixed and the table is scrollable vertically and horizontally. You can refresh the content of your table anytime via the refresh button in the bottom right corner.

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

## Spreadsheet sources

Contrary to table-based data sources, spreadsheets allow you to set values in any cell in the sheet which can result in multiple table or table-like structures in one sheet. At the moment we only allow to display one table per sheet. We automatically infer the starting and ending cell of the table using heuristics. If your table is not correctly displayed, try putting it in a proper table format with column headers and rows without any cells that are not part of the table content above it.

## Disable preview

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

To allow you to preview your data, we automatically fetch the schema and a preview of the table content from your data source. For users that are mindful about the number of queries or API calls that are made to their data source, we provide an option to deactivate the table preview and schema fetching in the data source configuration.


---

# 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.uify.io/data-management/table-preview.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.
