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