> For the complete documentation index, see [llms.txt](https://community.threekit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.threekit.com/releases/2022/summer-22-release/catalog-management.md).

# Catalog Management

![](/files/YzaK98vpPalbMuk7sG69)

Manage your Catalog with more clarity with Tag Management and move faster by combining Quick Edit and the new Autosave.

![](/files/vEqtl4jc25qQavo1gY2E)

### Tags

Tags are getting an upgrade so that you can management them better, from knowing where they're being used, to editing them, to removing those no longer needed, to just color coding them so you can find them easier.

![](/files/TQxdPvCjrkdijG0vSlxK)

Tags have their own dedicated management page to view all tags across the Catalog and Assets. From here you can create, update, and delete tags.

![](/files/0nxSHUyEYqzkj8XKlWCJ)

You can also see how often a tag is used and view all the Items or Assets using the tag.

### Catalog Autosave

![](/files/vnclWeqDZW9OvT1N5F3S)

Autosave is coming to the Catalog so that you can move faster and not lose your work.

Turn on autosave like in the Editor and Threekit will save changes you make as you go. Autosave is available in Quick Edit and the Catalog Item Edit page.

![](/files/UT9aozwjsB64VhcQcQi9)

Manual and autosave are now fixed at the top of the screen so you no longer have to look for them.


---

# 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://community.threekit.com/releases/2022/summer-22-release/catalog-management.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.
