> For the complete documentation index, see [llms.txt](https://docs.posers.app/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.posers.app/info/poser-customizing-tool/3-transforming.md).

# 3 - Transforming

When you click Transform, it triggers the process of minting a customized Poser, which consists of the following steps:

* Approve the collection
* Transform Poser

{% hint style="warning" %}
You must give approval for the new contract (PCT contract) to interact with your original Posers. This will require some gas (1 time per collection).&#x20;

It is not possible to mint a custom Poser without approve.
{% endhint %}

<figure><img src="/files/PD8NOheOWcz7YuqTXQ6q" alt=""><figcaption></figcaption></figure>

## What is it for?

* You can own either a customized or original version of the Poser at the same time, the second version is kept on our contract
* If you didn't customize - you have the original
* If you customize - you only have a custom one
* If you removed the customization - you have the original again

## Transform

When you click **Transform**, you will have two transactions in your Metamask:

* **Signature request** - confirmation that it is the wallet owner who makes the customization of the selected Poser. **This transaction will not require you to spend gas or provide any permissions to us.**

<figure><img src="/files/AC5QxvGFfrxRP3Ot8OCp" alt=""><figcaption></figcaption></figure>

* **Confirmation of mint** customized Poser. **Requires a gas fee, 1 time for each customization.**

<figure><img src="/files/vrHdvr1wJcNo8ESkPQmP" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
This transaction transfers your original Poser to our contract, and the custom version is minted in return.
{% endhint %}

You can see your custom Posers under My account - Custom. Original and customized Poser have the same ID.


---

# 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://docs.posers.app/info/poser-customizing-tool/3-transforming.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.
