> For the complete documentation index, see [llms.txt](https://docs.launchpad.heymint.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.launchpad.heymint.xyz/creators/art-and-metadata/upload-and-pin-to-ipfs-using-pinata.md).

# Upload & Pin to IPFS using Pinata

If you already have art and metadata but haven't uploaded to IPFS yet, Pinata lets you upload up to 25 GB of files & pin to IPFS for free.

### Logging into Pinata

1. Go to Pinata and create an account: <https://app.pinata.cloud/>

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

### Uploading art or metadata files & getting CID

{% hint style="danger" %}
**Note**: Art & metadata files should be uploaded **separately** using these steps.
{% endhint %}

1. Click the '+ Add' button, then select 'Folder Upload'.<br>

   <figure><img src="/files/4RvNGpiuqqNOdW2w0koG" alt=""><figcaption></figcaption></figure>
2. Enter the name, then click 'Upload'.<br>

   <figure><img src="/files/9Zju72rz72S7Pl82JNNv" alt=""><figcaption></figcaption></figure>
3. Once it finishes the upload, a new CID will be displayed next to the name. Copy the CID for pasting into Launchpad:

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

4. Go back to Launchpad Art & Metadata to paste art CID:

&#x20;        Paste art/images CID:

&#x20;       ![](/files/y7BRN3RNxUcymZHGSlEi)

&#x20; 5\.     Prepare your Metadata CSV and Upload

<figure><img src="/files/8sveewpDDgYepk06RCz9" alt="" width="540"><figcaption></figcaption></figure>

6. Download the Metadata files

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

7. Upload Metadata to IPFS, then provide CID

&#x20;Repeat steps 1, 2, and 3 with your metadata files downloaded from the Launchpad. Paste the new CID and click "Save".

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


---

# 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.launchpad.heymint.xyz/creators/art-and-metadata/upload-and-pin-to-ipfs-using-pinata.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.
