# Getting Started: Databricks

Click on a Databricks catalog in the left sidebar to see all schemas and tables in the catalog, ordered by Popularity.

## **Catalog Page**

From here, use `Cmd/Ctrl+F` or click the :mag: icon in the header to open a filter in the page.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-eb0aadac4f283402d483d32b921c534604d160d8%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

You can also use the **Filters** on the right side of the page.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-579a8a7884b4a88dc798e0033a9fb8511d8d1d11%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Check any of the [Category or Status Tag](https://docs.selectstar.com/features/tags) boxes to show data with those tags applied.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-9bbf495e06807d22483ce48ae8e766b860f4c10e%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Scroll down in the page to see more filters.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-c6a44b0167dbaf09dd806138d46e769b9e774739%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Find datasets which have no [Owners assigned](https://docs.selectstar.com/data-management/data-ownership), or ones which belong to specific users or teams.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-4bfe7e9e3df34875ef7b02195f3ec89f2ae9d003%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

See your most popular and least popular datasets, as well as those with no popularity, documentation, or tags. These filters can help you identify where you need to [add documentation](https://docs.selectstar.com/data-management/add-documentation) or distinguish between excellent and subpar datasets [using tags](https://docs.selectstar.com/data-management/tag-management).

## **Column View**

Change the Data Type in the dropdown to see all columns in a catalog/schema. It will show all tables and views by default.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-f984acb45a17e32b39f53ae90b8f9e033ef56d6f%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

When looking at columns, you can do more granular work than the table view, but broader work than viewing an individual table. You can filter based on schema or table in the right sidebar, or find columns of a certain data type.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-52ff0ccd10f0394ccaf70b29c94e6e37540f4d45%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Unknown column types are any column types not represented by the other filters. Unless you are using custom type fields, you should not expect to have any.

You can still filter by Tags and Popularity. The column-level view will also show and have a filter for columns used to join to other tables.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-0b02a0f1e66864d6368941679c326a8e600e6dd7%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-3b3078042494e458360e94d600276aa58795947b%2Fimage.png?alt=media" alt=""><figcaption><p>Showing only columns with No Popularity/Inactive in the Analytics Schema</p></figcaption></figure>

## **Table Page**

Click on a table or column from the Catalog page to see detailed information about that table, such as table lineage, common queries run on the table, Downstream Dashboards, and more.

Explore the table page in more detail by clicking the link below.

<figure><img src="https://3470314135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgAiVthA_yg9UXKuhyY%2Fuploads%2Fgit-blob-990ced9a1a4e4ca17b9b774cc9626a8b404a4ed1%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

{% content-ref url="../features/table-page" %}
[table-page](https://docs.selectstar.com/features/table-page)
{% endcontent-ref %}


---

# 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.selectstar.com/learning-data/getting-started-databricks.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.
