# Overview

Integrating the [thirdweb SDK](https://thirdweb.com/) into a no code plugin for [Bubble](https://bubble.io?ref=32w0zloj) platform.\
The plugin is actively maintained, keeping it up to date with the latest features while adopting them to be easily used in the Bubble environment.&#x20;

{% hint style="info" %}
This documentation page is not finished yet, we are actively working on completing it.
{% endhint %}

{% embed url="<https://discord.gg/QMVKEQ6xNA>" %}
Join our Discord community for support
{% endembed %}

## Features and how it works

Since thirdweb SDK is very rich in features, we have splitted them into different elements by its category.

### [NFTs](/thirdweb/elements/nfts.md)

Types:\
\- **ERC721** - Called *NFT Collection* in thirdweb docs:\
&#x20;  <https://portal.thirdweb.com/typescript/sdk.nftcollection>\
\- **ERC721 Drop** - Called *NFT Drop* in thirdweb docs:\
&#x20;  <https://portal.thirdweb.com/typescript/sdk.nftdrop>\
\
\- **ERC1155** - Called *Edition* in thirdweb docs:\
&#x20;  <https://portal.thirdweb.com/typescript/sdk.edition>\
\- **ERC1155 Drop** - Called *Edition Drop* in thirdweb docs:\
&#x20;  <https://portal.thirdweb.com/typescript/sdk.editiondrop>

### [ERC20](/thirdweb/elements/erc20.md)

Simple ERC20 token contract, we will add drop contract soon.\
<https://portal.thirdweb.com/typescript/sdk.token>

### [Marketplace V2](/thirdweb/elements/marketplace-v2.md)

This is legacy marketplace V2 contract, we are currently working on adding support for V3.\
Details about it in thirdweb documentation: \
<https://portal.thirdweb.com/typescript/sdk.marketplace>

### [Split](/thirdweb/elements/split.md)

Details about Split contract in the thirdweb documentation:\
<https://portal.thirdweb.com/typescript/sdk.split>


---

# 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.novabloq.com/thirdweb/overview.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.
