> For the complete documentation index, see [llms.txt](https://rpfs.gitbook.io/rpfs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rpfs.gitbook.io/rpfs/bundles.md).

# Bundles

Once you have a Bundle uploaded you can change its Name and Slug, which are one and the same. Use only small characters and avoid blank spaces.

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

The Slug will reflect also in the format of the Links in the browser and therefore how neat they can look like. By default the Slug is the CID of the Bundle/CAR file on IPFS.&#x20;

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

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

When viewing the files you can choose which Slug to use - the CID one or the Name of the Bundle.&#x20;

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

The name of the bundle can be modified at any time, but keep in mind if you've used already your previous slug in some live content, the old links will not work.&#x20;

### JSON metadata export

If you want to export all the links and file information from your Bundle, you can do so by just clicking the JSON button for each button. This JSON file will be handy if you want to create NFT collections and use them on Marketplaces while having all the individual links for the files.

<figure><img src="/files/Ea4HrICa8aheMIsCEMoz" 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://rpfs.gitbook.io/rpfs/bundles.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.
