# Create Catalogs

Creating a Catalog establishes read-only communication with a Metastore and provides e6data with the schema information it requires for efficient querying. Select a type of Metastore below for instructions to connect:

* [How to connect to a Hive Metastore.](/product-documentation/catalogs/create-catalogs/hive-metastore.md)
* [How to connect to an AWS Glue Metastore.](/product-documentation/catalogs/create-catalogs/glue-metastore.md)
* [How to connect to a Unity Metastore](/product-documentation/catalogs/create-catalogs/unity-catalog.md)

{% hint style="info" %}
If you created a serverless workspace, you'll need to provision cloud resources to configure the catalog.
{% endhint %}

A [cross-account catalog ](/product-documentation/catalogs/create-catalogs/cross-account-catalog-access.md)allows you to connect to and access a data catalog or metastore that resides in a different cloud account within the same cloud provider. By connecting to the metastore in the other account, you can seamlessly query data across accounts, ensuring that your workspace can interact with datasets regardless of their account location.


---

# 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/catalogs/create-catalogs.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.
