# Managing Collections

Once your collection is registered, head to the **Creator Portal** page which can be found at <mark style="color:purple;"><https://frensei.io/collections/{your-collection-slug}/admin></mark>. You will be automatically redirected here when you first create your collection.\
\
Here, you can update key aspects of your project.

#### Info Tab

Update your collection’s:

* Description
* Website URL
* Discord invite
* Twitter/X profile

These updates are instantly reflected across the platform.

#### Phases Tab

Manage minting phases for your collection:

* **Phase Name**: Displayed to users on the mint page
* **Price**: Price per token for that phase (in Sei or the configured ERC20 token).
* **Max Mint Per Wallet**: Caps how many tokens a wallet can mint *during public mints only*. For allowlist mints, the Merkle tree defines custom limits. See [Getting Started](/frensei/getting-started.md) for more information.
* **Mintable Supply**: How many tokens can be minted during this phase. Set to `0` or toggle ∞ for "remaining available" (up to total collection supply).
* **Start/End Times**: UTC-based minting window.
* **Allowlist**: Upload a CSV for allowlist-based mints. Supports both address-only and address + quantity format. See [Getting Started](/frensei/getting-started.md) for more information

#### Token URI Tab

Configure how your token metadata is structured:

* **Base Token URI**: Root of your metadata files (e.g. `https://yourcdn.com/metadata/`)
* **Base Token URI Extension**: Suffix (e.g., `.json`)
* **URI Iterative**: Toggle on if your token URIs should increment by token ID (e.g., `/1.json`, `/2.json`, etc.)

#### Collection Actions (Top Right Dropdown)

This is where you control on-chain interactions:

1. **Deploy Contract**: Initiates contract deployment to Sei Network.
2. **Sync Metadata**: Pushes your metadata URI settings to the contract.
3. **Sync Phases**: Pushes your phase configuration on-chain.
   1. **Important: Phases must be synced for a mint to work**
4. **Freeze Mint / Unfreeze Mint**: Toggles whether the mint is open or closed.
   * When frozen, the collection is hidden from the homepage.
   * When open, it becomes discoverable and mintable.

#### Withdrawing Funds

If your collection has received funds (via minting), the **Withdraw Funds** button allows you to transfer proceeds to your configured payout address.


---

# 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/managing-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.
