# Set up your dashbard

After the first scan, Omlet will take you through a 3-step process to tag your components on the Web app. These tags will be used to reference your design system components as well as other sets of components in the analytics dashboard.

## Tag your design system components

First, you'll need to name a tag that represents your design system components. Feel free to choose any name you want. If you're not sure yet, most teams usually go with names such as "Core", "Library", or "UI Kit".\
\
Then, you can select which packages or folders contain these components from the packages list on the right.&#x20;

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

{% hint style="info" %}
**No design system components?**

If you don't see your design system components, make sure its repository is scanned. You can head to the root of the repository and run:&#x20;

{% tabs %}
{% tab title="npm" %}
{% code fullWidth="false" %}

```sh
npx @omlet/cli analyze
```

{% endcode %}
{% endtab %}

{% tab title="yarn" %}

```sh
yarn dlx @omlet/cli analyze
```

{% endtab %}

{% tab title="pnpm" %}

```sh
pnpm dlx @omlet/cli analyze
```

{% endtab %}
{% endtabs %}
{% endhint %}

## Create more tags

You can create more tags to identify different components as well—let's say you can tag legacy components that you deprecated here.&#x20;

This step is optional. No need to do this right away — you can always [adjust your tags](/cli-and-dashboard/components/use-tags-for-custom-analyses.md) later on.

<figure><img src="/files/29gdUqUG473QlSXHMuS7" alt=""><figcaption></figcaption></figure>

Congrats! :partying\_face: You completed the setup. Omlet will redirect you to the Analytics page, where you can get insights into your components.&#x20;

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


---

# 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.omlet.dev/cli-and-dashboard/learn-omlet-cli/set-up-your-dashbard.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.
