# Creating my first store

Follow the steps below in order to successfully create your first store, without any hassle or friction.

1. **Create an NFT marketplace with DexAppBuilder**: The first step is to build an NFT marketplace using DexAppBuilder. (Details on [Creating my first DApp](/defi-products/dexappbuilder/creating-my-first-dapp.md)). This serves as the foundation for your DexNFTStore and allows you to showcase and sell your NFTs.
2. **Import NFT collections**: After setting up your marketplace, import the NFT collections you want to display. You can also add individual NFTs to your marketplace.
3. **Open offers for NFTs you want to sell**: To make your NFTs available for sale in your DexNFTStore, create open offers for each item you want to sell. Remember that only NFTs with open offers from the creator will be displayed for sale in the DexNFTStore.
4. **Customize your branding**: Create a unique look and feel for your store by adding custom branding elements. DexNFTStore provides a quick sale system that allows creators to showcase their brand identity.
5. **Launch your DexNFTStore**: Once you've completed the above steps, your DexNFTStore is ready for buyers to browse and purchase NFTs directly.

{% hint style="info" %}
It's crucial to understand the **importance of first creating an app with DexAppBuilder** and importing the desired NFT collections before opening offers for the NFTs you want to sell. This process ensures that your DexNFTStore displays the correct items for sale, allowing buyers to acquire them directly from you and not from another sellers.
{% 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.dexkit.com/defi-products/dexnftstore/creating-my-first-store.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.
