# Manage Blocworx Instances

This section is for [Super User](/blocworx-documentation/no-code-development/extra-hidden-features.md#super-user) level admins. It designed for creating new instances.

{% hint style="warning" %}
Please note, to avail of this feature you must be a Blocworx Reseller, please contact us at <info@blocworx.com> for more information about this. You will need to work with our team to be able to use everything below.
{% endhint %}

The requirements for feature are as follows:

1. You have super user level access
2. You have been put on your own database/project allowing you to create instances on the fly
3. Have a domain name where all subdomains for that domain are pointing to our server, i.e. an A Record where \*.domain is pointing an IP that we will provide.

![](/files/cazp4eo7migaxRn9JfN9)

### Creating an instance

Assuming the requirements above are met, you can create an instance by clicking "Create Blocworx Instance".&#x20;

1. Enter the Company name
2. Enter the subdomain that will load the instance. Please ensure not to have spaces in the subdomain.&#x20;
3. Enter an email address (currently this address is just for record keeping and has no associated functionality).
4. Optionally choose an "Owner". An Owner is another instance, which can pass its modules to the child instance. More Information below about Parent and Child Instances.


---

# 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://manual.blocworx.com/blocworx-documentation/no-code-development/manage-blocworx-instances.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.
