# Marketplace Management

Once your contract has been deployed to either a Testnet or Mainnet, you will automatically be able to view your minted tokens on marketplaces like OpenSea.

{% hint style="info" %}
**Note**: Marketplaces won't create a storefront for your collection until at least 1 token is minted. You can use the [Airdrop Tool](/smart-contract-deployer/mint/minting-tools.md#token-airdrop) within Bueno to do this before starting your sale.
{% endhint %}

Once a collection is created, you will be able to manage it via the wallet you used to deploy your contract through Bueno.

If you'd like to learn more about managing your collection on OpenSea, check out their documentation [here](https://docs.opensea.io/docs/8-customizing-your-storefront#:~:text=Clicking%20on%20the%20edit%20button,%2C%20description%2C%20and%20website%20URL.).&#x20;

To learn more about managing your collection on LooksRare, check out their documentation [here](https://docs.looksrare.org/guides/collection-management/adding-collection-information).&#x20;

{% hint style="info" %}
**Tip:** OpenSea & LooksRare both have testnet support for previewing your tokens.

OpenSea: <https://testnets.opensea.io/>

LooksRare: <https://goerli.looksrare.org>
{% endhint %}


---

# 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://docs.bueno.art/smart-contract-deployer/contract-creation/marketplace-management.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.
