> For the complete documentation index, see [llms.txt](https://treves-studios.gitbook.io/bm-learning-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://treves-studios.gitbook.io/bm-learning-center/inking-and-extensions/inking.md).

# Inking

Every tattoo on BirthMark, that is listed or on live auction, has an expiration date for its real life application, within the Properties section. Buyer is expected to contact the artist within that period and schedule an appointment for inking.

Every tattoo sold on BirthMark comes with the promise of its real life application. Artist is responsible for setting an appointment for the buyer within that period, and inking the tattoo on collector’s skin at no extra cost.

<figure><img src="/files/UWtoturTNmKezrpoJReB" alt="" width="563"><figcaption><p>Artists are responsible of inking the tattoos they have sold at no extra cost to their collectors</p></figcaption></figure>

On the day of inking, collector clicks on the “Get inked!” button on the NFT page. As a result, Properties section of the tattoo is updated and the transaction is fully completed including its real life application.

<figure><img src="/files/FpcTMNPaXFaqIoVbfYxO" alt=""><figcaption><p>Get Inked! button</p></figcaption></figure>

&#x20;All new tattoos have **Pristine** status at creation. Once a tattoo is inked once in real life, its status is changed to **Inked** through a blockchain transaction.

{% hint style="info" %}
**Tip:** Once a tattoo’s status turns to **Inked**, it can never turn back to **Pristine** again.
{% endhint %}


---

# 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://treves-studios.gitbook.io/bm-learning-center/inking-and-extensions/inking.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.
