> For the complete documentation index, see [llms.txt](https://dg-market.gitbook.io/dg-live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dg-market.gitbook.io/dg-live/developer-resources/marketplace-sdk.md).

# Marketplace SDK

### Introduction

The Marketplace SDK is a powerful toolkit designed to help developers easily create their own NFT marketplace in their own website. By using the SDK, developers can quickly and efficiently access the various marketplace functionalities, such as buying, selling all within their own platforms. This allows for a seamless user experience and a streamlined development process.

For users looking to quickly generate a marketplace plugin without diving deep into the SDK, check out our[ Marketplace Plugin Generator.](/dg-live/developer-resources/marketplace-plugin.md)

### Use Cases

The Marketplace SDK can be used in various scenarios to enhance your NFT store. Some common use cases include:

1. **Web NFT store integration**: By incorporating the Marketplace SDK, you can provide users with the ability to buy, sell, and manage their NFTs directly within your web-based store.
2. **Custom NFT collection management**: Utilize the SDK to develop custom interfaces for managing NFT collections, allowing users to easily organize and interact with their digital assets.
3. **Analytics and reporting**: Leverage the SDK to retrieve marketplace data and generate insights, helping users make informed decisions when buying or selling NFTs.

By understanding the capabilities of the Marketplace SDK, developers can effectively harness its power to create engaging and feature-rich NFT stores that cater to the needs of their users.


---

# 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://dg-market.gitbook.io/dg-live/developer-resources/marketplace-sdk.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.
