> For the complete documentation index, see [llms.txt](https://documentations.bizverse.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentations.bizverse.world/my-business-in-bizverse/manage-your-business-in-bizverse-social/create-a-new-business.md).

# Create a New Business

![](/files/LvAv11CzTx1LOL7eyn5Q)

1. Make sure that you have a [Bizverse Social](https://my.bizverse.world/) account. If not, [create one](https://documentations.bizverse.world/my-social-in-bizverse/getting-started-with-bizverse-social)
2. Login to your Bizverse Social account
3. At the main interface of the Bizverse Social page, click <img src="/files/8RlZUsDps4dqgROTMSVU" alt="" data-size="line">
4. The system displays a list of businesses the user owns. If the user has not own a business yet, the message *“You don’t own any Business”* will be displayed
5. Click <img src="/files/4Q6XKIW3GOprPIB37eRW" alt="" data-size="line">
6. Fill in all information about your business in the registration form:

* Business Type: Choose one of three types: E-Commerce, E-Class, E-RealEstate. The system will create an account for the user on the respective page.
* Longitude and Latitude: Use Map to select the location, the system automatically fills in.
* Tick on **Create Page** if you want to create a page for your business.

7\. Click <img src="/files/ikzEVEMC9Uv3HWvZyYst" alt="" data-size="line">


---

# 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, and the optional `goal` query parameter:

```
GET https://documentations.bizverse.world/my-business-in-bizverse/manage-your-business-in-bizverse-social/create-a-new-business.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
