# Submitting NFTs to Requests

Once an artist designs a piece of NFT art for a Request, they can submit it to the request directly. To do this, first click on the proposal to get into the specific details. From there, click on the **Submit Proposal** button.

![](/files/-MjWC4Wl2MRGcevS1tTQ)

After clicking on the Submit Proposals button, you'll see a new screen that comes up (see below).&#x20;

![](/files/-Mj_54DBLJMW9zNPN4xy)

In this screen, use the opportunity to provide a descriptive title and description.&#x20;

| Field               | Description                                                                                                                                                                             |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Upload an Image** | This is where you upload your NFT media; you can choose the file from your local computer.                                                                                              |
| **Title**           | Add in a descriptive, eye-catching title to your NFT                                                                                                                                    |
| **Description**     | Use this space to get specific about your NFT. Get into the story, inspiration, and other aspects that make your NFT submission unique, special, and the perfect match for the request! |

After you complete your information, just hit the **Submit** button. A MetaMask prompt should appear, which will mint your NFT. Congratulations, you minted and submitted your NFT to a request on Creaticles!

{% hint style="info" %}
When submitting an NFT to a request on Creaticles, you may see two MetaMask transactions; this is expected. The first transaction will mint the NFT, while the second contract will move the NFT into the request.&#x20;
{% endhint %}


---

# 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.creaticles.com/creaticles/submitting-nfts-to-requests.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.
