# Tabs

Tabs let you save filtered views on the Assets page so you can easily return to specific groups of assets without reapplying filters each time.

### How to Create a Tab

1. Click the **`+`** button on the **Assets** page.

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

2. Name your tab.

<figure><img src="/files/PULYLCuxR16G4v5LPdkL" alt="" width="302"><figcaption></figcaption></figure>

3. Select your filters from the filter panel.

<figure><img src="/files/B70QfetLFz2WHJEZ93rv" alt="" width="486"><figcaption></figcaption></figure>

4. Done — your tab is now saved on the Assets page.

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

{% hint style="info" %}
To update a tab's filters, just re-select or de-select filters. The tab will update automatically.
{% endhint %}

### Available Filters

You can filter and create tabs using any of the following:

* **Steps**: Filter by the current step in the production pipeline (e.g. Modeling, Texturing).
* **Styles**: Filter by assigned art styles or asset types.
* **Status**: Filter by workflow status (e.g. In Progress, Approved).
* **Assignee**: Show assets assigned to a specific user or studio.
* **Date Range**: Filter by asset creation or update date.
* **Revision Request**: Filter by whether an asset has revisions.
* **Tags**: Filter by custom tags applied to assets.


---

# 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.kaedim3d.com/tabs.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.
