> For the complete documentation index, see [llms.txt](https://jamonbread-io.gitbook.io/jamonbread/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jamonbread-io.gitbook.io/jamonbread/devs/permalinks.md).

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