# Data Lineage

- [Object-level lineage](https://docs.dwh.dev/features/data-lineage/object-level-lineage.md)
- [Column-level Lineage](https://docs.dwh.dev/features/data-lineage/column-level-lineage.md)
- [In-query lineage](https://docs.dwh.dev/features/data-lineage/in-query-lineage.md)
- [Navigation](https://docs.dwh.dev/features/data-lineage/navigation.md)
- [JOIN and WHERE](https://docs.dwh.dev/features/data-lineage/join-and-where.md)
- [Equals column lineage](https://docs.dwh.dev/features/data-lineage/equals-column-lineage.md)
- [Strong and Weak dependencies](https://docs.dwh.dev/features/data-lineage/strong-and-weak-dependencies.md)
- [Default and Virtual Columns](https://docs.dwh.dev/features/data-lineage/default-and-virtual-columns.md)
- [Implicit Types casting](https://docs.dwh.dev/features/data-lineage/implicit-types-casting.md)
- [Circle dependencies](https://docs.dwh.dev/features/data-lineage/circle-dependencies.md)
- [Argument forwarding](https://docs.dwh.dev/features/data-lineage/argument-forwarding.md)


---

# 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.dwh.dev/features/data-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.
