> For the complete documentation index, see [llms.txt](https://docs.truffle.wtf/truffle-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truffle.wtf/truffle-help-center/editions/editions-overview.md).

# Editions Overview

With Truffle you are able to create an Edition, which is simply a type of NFT which is normally for a single artwork which has multiple copies known as prints. The types of editions supported by Truffle are:

* Limited Editions ( Only a number of copies are available )
* Open Editions ( Unlimited copies are available)
* One of Ones ( Only one copy is available, the original )

Similar to Random Mints, Editions are also associated with a Collection NFT which is used to designate how this NFT is grouped in places like Wallets and secondary marketplaces. Each Edition is required to be part of a Collection, which you can create from scratch in the creation flow or leverage one that already exists.

### Managing your Editions

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

From the Assets tab you'll have access to manage your NFT collections within Truffle. From the action menu on an NFT you'll be able to:&#x20;

* View the NFT in our Explorer
* Create / Edit your Mint Page

### Edition Guides

There are many features you can take advantage of with an Edition which the following guides can help you navigate.&#x20;

{% content-ref url="/pages/fH1abcDGM68j6K84daTv" %}
[Creating a Core Edition](/truffle-help-center/drop-creation/creating-a-core-edition.md)
{% endcontent-ref %}

{% content-ref url="/pages/lekKoUqYL5Zh0VvU07Ib" %}
[Creating a Legacy Edition](/truffle-help-center/drop-creation/creating-a-legacy-edition.md)
{% endcontent-ref %}


---

# 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.truffle.wtf/truffle-help-center/editions/editions-overview.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.
