# Manage Catalogs

List, retrieve, create, update, and delete catalogs, and inspect catalog references. Use the catalog identifier returned by the relevant action for subsequent management.

## Choose a task

| Task | Description |
| --- | --- |
| [Find accessible catalogs](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/catalog/list-catalogs.html.md) | Returns the list of catalogs accessible in the current workspace. |
| [Inspect a catalog](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/catalog/get-catalog.html.md) | Query the details of a Catalog by ID. |
| [Add a catalog](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/catalog/create-catalog.html.md) | Create a catalog in the current workspace. |
| [Change catalog details](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/catalog/update-catalog.html.md) | Update the Catalog's name and description. |
| [Remove a catalog](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/catalog/delete-catalog.html.md) | Delete the specified Catalog. |
| [Inspect catalog references](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/resource-center/catalog/list-catalog-references.html.md) | Returns the current results of the Catalog reference query. |
