# Components

The Components page lists all your components where you can [search and filter](/cli-and-dashboard/components/component-catalog.md) as well as [tag them for your custom analyses](/cli-and-dashboard/components/use-tags-for-custom-analyses.md).

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

From there, you can also get deeper insights into individual components, such as using the [Dependency Tree](/cli-and-dashboard/components/dependency-tree.md) to understand their relationship with other components and access their [Prop usage](/cli-and-dashboard/components/props-tracking.md).

Let's continue with the next page and see how you can search and filter the components.


---

# 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/components.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.
