> For the complete documentation index, see [llms.txt](https://ezcodeco.gitbook.io/polkadot-testing-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ezcodeco.gitbook.io/polkadot-testing-guide/bubble-basics.md).

# Bubble basics

{% hint style="success" %}
This page will cover the basic of Bubble platform and how to test the plugin. This is for Evaluators since any Bubble user that would want to install the plugin will already know the basics.
{% endhint %}

## 1. Create a Bubble account

1.1 Go to [bubble.io](https://bubble.io/)

1.2 Create an account and login

## 2. Add a new app

2.1 In your account click on the New app button

![](/files/VwgjQSUKaCahpgIIntGf)

2.2 It will ask a few details about your app, you can write whatever you want, it doesn't matter for our test.

![](/files/TZP9RXPTv1KYl4zkvIBb)

The app will be created with default examples and texts.

{% hint style="info" %}
If you see any errors/warnings, ignore them, they don't matter for our testing.
{% endhint %}

## 3. Install the plugin

3.1 Now on the left side you will see all sections of your app, go to **Plugins** and then **Add plugin** button

![](/files/9zeYyGYRSVHH2X1YaYup)

3.2 In the search bar of the opened window, just write Polkadot and click install.

## 4. Plugin elements

4.1 Create a new blank page\
&#x20;    In the top left corner of your app you will see **Page: index,** click there \
&#x20;    then click **Add a new page...**

4.2 On the newly created page, you will see all available tools in the **Visual elements** section\
This includes our plugin elements that we need to add on the page.\
Find the element you want to test and Drag\&Drop it somewhere on the page:

\
![](/files/Xj6oBBNFyJFBoEUNnrvV)

{% hint style="info" %}
Before testing, please take a look into [F.A.Q. page](https://polkadotjs.docs.ezcodeplugins.com/f.a.q.) in the plugin documentation.
{% endhint %}

## App preview

To see how your app looks and start testing it, click the **Preview** button in the top right corner.

![](/files/9DDj2DXEpvBNAYSFKuwK)

### Now let's install the plugin functions and proceed to test them.

### [Go to testing guide](/polkadot-testing-guide/testing-plugin-features.md)->
