> For the complete documentation index, see [llms.txt](https://v2.dataos.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.dataos.info/consume/understand/assets.md).

# Explore assets

Assets show what a Data Product is built from, what it publishes, and how data flows through the product. Use the Assets tab to review source datasets, curated outputs, semantic models, metrics, and the relationships between them.

From the Data Product page, select **Assets** in the Quick access bar. The left panel groups assets by **Overview**, **Seeds**, **Inputs**, **Outputs**, **Semantics**, and **Metrics**, and the **Overview** shows a holistic view of how data flows across the product.

![Assets tab showing the holistic view of a Data Product and the asset sections](/files/T037fKbCV8oJQYnPvQ5D)

## Asset sections

<table><thead><tr><th width="149.49359130859375">Section</th><th>Why it matters</th></tr></thead><tbody><tr><td><a href="/pages/JY9evsjF0algh3JgScGy">Overview</a></td><td>See how data flows end to end so you can decide what to query before digging into details.</td></tr><tr><td><a href="/pages/1Ff5qp3vqvjLBVuIXMA8">Seeds</a></td><td>Check the reference values and lookups that classify and enrich the data you consume.</td></tr><tr><td><a href="/pages/aOOlECFGsC8dDM523p0W">Inputs</a></td><td>Trace where the product's data originates and what raw fields it starts from.</td></tr><tr><td><a href="/pages/gcz9Drw8eiPBoMGFjhuJ">Outputs</a></td><td>Find the governed datasets you can consume downstream.</td></tr><tr><td><a href="/pages/XqbRIK0V838zfygEy5wV">Semantics</a></td><td>Pick business-ready dimensions and measures to query without learning the underlying tables.</td></tr><tr><td><a href="/pages/86QhosHWjS4RGKbKHxaG">Metrics</a></td><td>Reuse governed measures instead of recomputing them yourself.</td></tr></tbody></table>

## When to use assets

Use assets to answer questions such as:

| Question                                             | Where to look              |
| ---------------------------------------------------- | -------------------------- |
| What data does this product read from?               | Inputs and lineage         |
| What datasets can be consumed downstream?            | Outputs                    |
| Which fields are available for analysis?             | Semantics                  |
| Which governed measures can be reused?               | Metrics                    |
| How does a field or metric flow through the product? | Overview graph and lineage |


---

# 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://v2.dataos.info/consume/understand/assets.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.
