# New marketplace

The Platform is composed of two applications that integrate technologies required to provide a Marketplace UI and an Admin panel.

### **Marketplace UI**

Your marketplace is where your end-users can sign-up for an account, view listing, invest in primary offerings, buy or sell on secondary markets, track their portfolio, withdraw rental revenues, access performance reports and much more.

{% hint style="success" %}
Marketplaces hosted under Blocksquare's domain can be accessed at *app.blocksquare.io/yourmarketplacehandle*, while marketplaces using custom subdomain can be accessed via *\*\*\*.customdomain.com/yourmarketplacehandle*
{% endhint %}

Marketplaces hosted under Blocksquare's domain can be accessed at `app.blocksquare.io/yourmarketplacehandle` , while marketplaces using custom subdomain can be accessed via `***.customdomain.com/yourmarketplacehandle`

<figure><img src="/files/H2XyTWG5yRbkOKtBG6B9" alt=""><figcaption><p>Sign in and Sign up screen</p></figcaption></figure>

<figure><img src="/files/fNXprizQUVXwhsFHDD1q" alt=""><figcaption><p>Welcome screen after user logs in</p></figcaption></figure>

### **Admin panel**

Once your marketplace is ready and deployed into production, your team will be required to register user accounts with emails matching the marketplace domain. Please visit your marketplace URL as a regular end-user and complete the sign-up process.

Our team will then grant access to the admin panel for your selected team member. Please email us the user email list at <support@blocksquare.io> and let us know on our private Discord channel.

{% hint style="warning" %}
Please note, that you will need to register an account on your marketplace separately for every team member you would like us to grant access to the [Admin panel](https://app.blocksquare.io/admin/login).

**Example:**

*<team.member1@mymarketplacedomain.com>*

*<team.member2@mymarketplacedomain.com>*

*<team.member3@mymarketplacedomain.com>*
{% endhint %}

{% hint style="success" %}
The admin panel for marketplace operator teams can be accessed at [app.blocksquare.io/admin/login](https://app.blocksquare.io/admin/login)
{% endhint %}

{% hint style="info" %}
For security purposes we are able to grant access only to emails matching the marketplace domain.

**Example:**

*mymarketplacedomain.com <-> <name@mymarketplacedomain.com>*

<mark style="background-color:blue;">Note: after you submit a new user account, allow for 24 hours for our team to grant access during week days. Submitting a new account during the weekend will be picked up by our team on the first work day.</mark>
{% endhint %}

<figure><img src="/files/P9dU3aaAp1Z1XOmm2dct" alt=""><figcaption><p>Admin panel log in screen.</p></figcaption></figure>


---

# 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.blocksquare.io/certified-partners/setup-instructions/new-marketplace.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.
