# Accessing Your Purchases

After a successful payment your purchases are immediately available from your orders dashboard.

## Your Orders Dashboard

Go to **Dashboard → Orders** to see all your purchases. Each order shows:

* Product name and vendor
* Date of purchase
* Amount paid and chain used
* Order status
* Access to license keys and downloads

## License Keys

If the product uses license key delivery, your key is shown directly on the order page. Keys follow the format:

```
BLOCKSMITHS-V1-XXXX-XXXX-XXXX
```

Copy your key and use it as instructed by the vendor in the product description. Keep your key private — sharing it may allow others to use your access.

## Downloadable Files

If the vendor attached downloadable assets (scripts, source code, zip files), a download button appears on your order page once payment is confirmed. Downloads are available immediately and do not expire.

## Subscriptions

If you purchased a subscription, your access renews based on the interval the vendor set (e.g. 30 days). Your order page shows the current expiry date and renewal status.

## Lost Access

If you cannot find your order or your license key is not working:

1. Make sure you are signed in with the same account used at checkout.
2. Check that your order status shows **Completed** (not Pending or Failed).
3. If the issue persists, open a dispute from the order page.


---

# 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.blocksmiths.tech/buyers/accessing-your-purchases.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.
