# Registering Collections

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

To register a collection on Frensei, complete the registration form. Each field is explained below:

#### Collection Details

**Name**

The display name of your NFT collection. This is shown to users across the platform.

**Slug**

A unique identifier for your collection in the URL (e.g., `my-cool-nft`). Lowercase letters, numbers, and hyphens only.

**Payout Address**

Your wallet address that will receive funds from mints and royalties.

**Secondary Market Royalty %**

The royalty fee you’ll receive from secondary market sales (e.g., 5 = 5%). The contract sets this on-chain via ERC2981.

**Max Supply**

The total number of NFTs that can ever be minted for your collection. If toggled to infinity or set to 0, there is no cap.

**Description (optional)**

A short summary of your project. Appears on the public collection page.

**Website URL (optional)**

A link to your official website.

**Discord URL (optional)**

Your project’s Discord community invite link.

**Twitter URL (optional)**

Your project’s Twitter/X profile link.

#### Collection Image

Upload a logo or representative image for your collection. This is used in the UI and displayed publicly.

* Supported formats: `.svg`, `.png`, `.jpg`, `.gif`
* Max size: **4.5 MB**

Once all fields are completed, click **Register Collection** to submit.

***

###


---

# 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://frensei-io.gitbook.io/frensei/registering-collections.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.
