# Try it out

This section goes through the process of creating an account and store on our public Bitcart instance. (For evaluation purpose)

## Create your first invoice <a href="#create-your-first-invoice" id="create-your-first-invoice"></a>

First let's create a new store:

1. Go to the [demo website](https://admin.bitcart.ai)
2. In the login form click on **Sign up here** to [create an account](https://admin.bitcart.ai/register)

Let's use Electrum to create a mainnet wallet for your store:

1. Download [Electrum](https://electrum.org)
2. Run Electrum
3. Click through the wizard and create a test wallet, using the default settings Electrum proposes
4. After the wallet is set up, go to "Wallet" > "Information" in the Electrum menu.
5. Copy the "Master Public Key" string (starting by `*pub...`)

Let's configure the store so it uses your Electrum wallet:

1. Go to **Wallets** page and [create a new wallet](https://admin.bitcart.ai/wallets) with your copied xpub
2. Go to **Stores** page and [create a new store](https://admin.bitcart.ai/stores) with your new wallet connected
3. After that your test wallet should appear on the [Wallets page](https://admin.bitcart.ai/wallets) of your Bitcart account

Then you can create an invoice, either through

* the **Invoices** page [on the website](https://admin.bitcart.ai/invoices) or
* the process documented on the [Custom integration](/integrations/custom-integration.md)
* or the [store POS](/guides/store-pos.md), if you are the owner of the instance

## Bitcart Demo <a href="#bitcart-demo" id="bitcart-demo"></a>

To see Bitcart in action, visit our demo apps and stores or check out some of the stores using Bitcart in production.

* [Bitcart Demo Store](https://store.bitcart.ai)
* [Admin panel](https://admin.bitcart.ai)
* [Merchants API](https://api.bitcart.ai)
* [Atomic tipbot](https://t.me/bitcart_atomic_tipbot)


---

# 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.bitcart.ai/bitcart-basics/try-it-out.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.
