> For the complete documentation index, see [llms.txt](https://help.aristotlemetadata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aristotlemetadata.com/creating-and-editing/how-to-record-data-lineage.md).

# How to record data lineage

### In a Dataset  <a href="#in_a_dataset" id="in_a_dataset"></a>

1\. Go to the "Create Metadata" from the side panel and select 'Create' for a Data Set.

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

2\. Give the Data Set a name and definition, select the Workgroup if required, and click the Create Item button.&#x20;

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

3\. In this step, you must define the Data Set if not provided in the previous step. You can also add different components to the item from here.

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

4\. To record data lineage for this item, navigate the Components tab, and scroll down to the "provenance" section of the page.&#x20;

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

5\. Select the 'Add' button to add a link. You can add multiple Data Sets by selecting![](/files/OiRVHXynfvDf13iWiDUC)for each item you would like to link.&#x20;

6\. Once done, select![](/files/Y6yiOAK092yd6jVblaMY)to create the new Data Set. The data lineage will now be visible on the item page under "Provenance".&#x20;

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


---

# 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://help.aristotlemetadata.com/creating-and-editing/how-to-record-data-lineage.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.
