# Schema Explorer

The ***Schema Explorer*** pane on the left can view **AVAILABLE** & **ACTIVE** catalogs connected to the clusters. The ***Schema Explorer*** pane displays all catalogs, databases & tables in a hierarchical, expandable tree diagram.&#x20;

### Key Features

* Click the refresh icon to reload the database after catalog refresh/update.&#x20;
* Close the schema explorer using the option provided at the top right corner.
* Resize the schema explorer by dragging its border.
* Copy the table name by hovering over it.
* View the list of columns in a table by clicking on the table name.
* Place column names in the editor and preview the table using options in the column's table kebab menu.
* The column datatype is displayed next to each column name.
* You can search any catalog and table name in the search section.&#x20;

{% hint style="info" %}
You can search for any database and table name only after expanding the catalog and database.
{% endhint %}

<figure><img src="/files/rRz3igZRWOagHIU8rZxK" alt=""><figcaption><p>Schema Explorer in Query Editor</p></figcaption></figure>


---

# 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.e6data.com/product-documentation/query-editor/schema-explorer.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.
