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

# Customizing Your Storefront

Your creator storefront is your one-stop location to showcase all of the MintGate NFTs that you have created and collected.&#x20;

### How to Navigate

You can navigate to your storefront by going to the top right dropdown and click on Your Storefront or going to <https://mintgate.app/yourusername>.

![Example of MintGate Storefront](/files/-MhlEVHbDzLLH3LkWGNQ)

### How to Customize

You can customize your Storefront via the Settings Page. You can navigate to the Settings page by clicking on the Settings Icon in the right corner of your Storefront, clicking on the top right dropdown and choosing Settings, or going to <https://app.mintgate.io/settings>.

You can currently customize:

1. User Photo
2. User Banner
3. User Name
4. Description
5. Email (currently not visible to the public)
6. Theme Colors
7. Remove MintGate branding (on links and certain pages - for paid users only)

{% hint style="info" %}
If you need more customizations, reach out to us on Discord  [discord.gg/HVsbWZfrFQ](https://t.co/4O0TR4KvQf?amp=1) or email us at <support@mintgate.io>.
{% endhint %}


---

# 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:

```
GET https://mintgate.gitbook.io/mintgate-docs/updating-mintgate/customizing-your-storefront.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.
