# References

A reference is a relationship established between two Asset types, where one Asset refers to the primary key of another Asset.

References are used to ensure data integrity and consistency. They enable you to maintain the relationships between Asset types and prevent the creation of abanded records.<br>

For example, if you have two Asset types, "Sneaker" and "Sole" which represent Sneakers and Sole the sneakers have. The "Sneaker" asset can reference the "Sole" which is present in the sneaker and also have its own history individually.&#x20;

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

{% content-ref url="/pages/Y32rjEO6dnJusUVGDK7v" %}
[Deploy Asset Tokenization App](/how-to/private-network/pre-configured-apps/deploy-asset-tokenization-app.md)
{% endcontent-ref %}


---

# 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.spydra.app/products-overview/private-network/asset-tokenization/references.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.
