> For the complete documentation index, see [llms.txt](https://documentation.astera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.astera.com/astera-studio/catalog-manager/opening-a-catalog.md).

# Opening a Catalog

Click any catalog name in the left panel to open it. The main area switches from the tenant overview to a detailed view of that catalog, listing every artifact it contains.

<figure><img src="/files/2cQtcFXzi4lfe4NjfDDi" alt=""><figcaption></figcaption></figure>

### Catalog Header

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

* **Manage Access** - Opens access control settings for the whole catalog (all artifacts in that catalog). You can set which roles can use, read, or write its artifacts.

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

* **Delete Catalog** - Permanently removes the catalog and all its published artifacts from the tenant.

{% hint style="info" %}
Delete catalog is irreversible. Deleting a catalog removes all published artifacts from the organization. The source workspace is not affected, but any flows, agents, or dashboards that reference this catalog will lose access to its items until it is republished.
{% endhint %}

### The Artifact List

The body of the catalog view is a table listing every artifact published in that catalog.

* **Name** - The artifact name and its alias (shown in smaller text below, prefixed with @). The alias is the identifier other assets use to reference this artifact at runtime.
* **Type** - The kind of artifact — Dashboard, Dataprep, Dataflow, AI Skill, DB Connection, etc.
* **Full Path** - The complete path to the artifact within the catalog.
* **Access** - Click ![](/files/meWURs2GNnRcIq4LdThU) to manage access for each catalog artifact separately.&#x20;

<figure><img src="/files/WgYKzdhlWQjOZrCtw9m0" alt="" width="563"><figcaption></figcaption></figure>

* **Actions** - A globe icon (where available) to open the artifact in a browser, and a three-dot menu for additional options

&#x20;


---

# 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://documentation.astera.com/astera-studio/catalog-manager/opening-a-catalog.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.
