# Permalinks

####

{% hint style="info" %}
On-chain affiliate works as a parameter in the URL. Your unique affiliate link can therefore be used with any of the following permalinks.

Examples:

* JamOnBread marketplace:&#x20;

<https://jamonbread.io/**%yourAffiliate%>\*\*

* **Collection on JamOnBread:**

<https://jamonbread.io/collections/stagallianc&#x65;**%yourAffiliate%>\*\*

* **Asset on JamOnBread:**&#x20;

<https://jamonbread.io/asset/1xg7p3vynvyyysllyerlt70l3aky8x6e45yy86&#x33;**%yourAffiliate%>\*\*
{% endhint %}

####

#### Assets

* <https://jamonbread.io/asset/%assetFingerprint%>
* Both variants with and without asset prefix in fingerprint are supported

#### **Collections**

* <https://jamonbread.io/collections/%policyID%>

alternatively

* <https://jamonbread.io/collections/%collectionSlug%>

#### **User profiles**

* <https://jamonbread.io/profile/%paymentAddress%>

alternatively

* <https://jamonbread.io/profile/%stakingAddress%>

alternatively

* <https://jamonbread.io/profile/%adahandleName%>

#### **Examples:**

Asset with asset prefix:\
<https://jamonbread.io/asset/asset1n6ztcxz48rc65kc3fu26qjdm9nuedsrusrghn2>

Asset without asset prefix: \
<https://jamonbread.io/asset/1n6ztcxz48rc65kc3fu26qjdm9nuedsrusrghn2>

Collection - policy ID:\
<https://jamonbread.io/collection/f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a>

Collection - slug:\
<https://jamonbread.io/collection/adahandle>

###


---

# 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://jamonbread-io.gitbook.io/jamonbread/devs/permalinks.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.
