# Lineage

- [Automated Lineage](https://docs.decube.io/lineage/automated-lineage.md): Visualize your data assets from source to consumption.
- [Observability & Governance Layers](https://docs.decube.io/lineage/automated-lineage/observability-and-governance-layers.md): Toggle visual layers on the lineage graph to surface data quality incidents and governance classifications without leaving your current view.
- [Add lineage relationships manually](https://docs.decube.io/lineage/manual-lineage.md): Close the gaps on lineage graphs through the UI or API.
- [Lineage Relationship](https://docs.decube.io/lineage/lineage-types.md): In this document, we explore various types of data lineage and their significance in understanding data relationships.
- [Export Lineage Graph](https://docs.decube.io/lineage/export-lineage-graph.md): Export the lineage graph as a CSV to document data flows, share lineage context, and validate downstream dependencies outside of Decube


---

# 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.decube.io/lineage.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.
