# Data Base

The DEXPIRY database contains detailed information about each individual product, represented by a unique Token ID. Access to this information depends on the authorization level of the DEXPIRY application user.

While the *Administrator* and *Regulator* authorization levels have access to the entire database content, the *Token Issuer* and *Basic User* have access only to the tokens they have created (*mint*) or received (*claim*).

The entry into the DEXPIRY database is made by *Token Issuers*, after the sold product has been assigned a unique Token ID when creating the DEXPIRY token.

The information about the sold product entered in this way becomes available to DEXPIRY application users depending on the assigned authorization level, and its purpose is to enable easier monitoring and exercise of warranty rights for a particular product.

**Information about each product stored in the database:**

* Unique Token ID
* DEXPIRY number - Product category and model
* Invoice number
* Product serial number
* Warranty issuer information
* Warranty status (active, inactive, used)
* Link to access the digital version of the warranty card for the product in question (covered defects/conditions)


---

# 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.dexpiry.com/dexpiry_public_eng/system-components/data-base.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.
