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

# Data catalog

> Explore the essentials of metadata in your datasets, including table and column names.

<Tip>
  **Navigate Your Data** Grasping your metadata is key to effectively utilizing
  your datasets. Learn how to identify and use table and column names(or
  descriptions) for insightful data analysis.
</Tip>

## Introduction to Metadata

Metadata provides critical information about your data, acting as a roadmap for understanding and analyzing your datasets. It includes details like table names, column names, data types, and descriptions among tables.

<img src="https://mintcdn.com/brewit-84/pyjAYulKSUrvhjf5/images/screenshots/data-catalog.png?fit=max&auto=format&n=pyjAYulKSUrvhjf5&q=85&s=88fe3e177eef1ac8df970b0d2928183e" alt="Data Preview" width="2472" height="1742" data-path="images/screenshots/data-catalog.png" />

### Table Metadata

<AccordionGroup>
  <Accordion title="Names">
    Each table is listed with its name, allowing you to quickly identify the
    data points available for analysis.
  </Accordion>

  <Accordion title="Description">
    For each table, you can explore the description, which provides a
    briefoverview of the data contained within the table.
  </Accordion>

  <Accordion title="Visibility">
    You can also check the visibility of each table, which helps in
    understanding the access level of each table.
  </Accordion>
</AccordionGroup>

### Column Metadata

<AccordionGroup>
  <Accordion title="Names">
    Each column is listed with its name, allowing you to quickly identify the
    data points available for analysis.
  </Accordion>

  <Accordion title="Description">
    For each column, you can explore the description, which provides a brief
    overview of the data contained within the column.
  </Accordion>

  <Accordion title="Data Type">
    You can also check the data type of each column, which helps in
    understanding the nature of the data contained within the column.
  </Accordion>

  <Accordion title="Visibility">
    You can also check the visibility of each column, which helps in
    understanding the access level of each column.
  </Accordion>
</AccordionGroup>

## Data Preview

<Info>Data preview only contains 50 rows</Info>

<Card>
  <img src="https://mintcdn.com/brewit-84/pyjAYulKSUrvhjf5/images/screenshots/data-preview.png?fit=max&auto=format&n=pyjAYulKSUrvhjf5&q=85&s=75788dd7580a111a813d5f67401efc79" alt="Data Preview" width="1950" height="750" data-path="images/screenshots/data-preview.png" />
</Card>
