# Getting Started

As a prerequisite to using Blocworx, we highly recommend you read the structure of Blocworx by [clicking here.](/blocworx-documentation/the-structure-of-blocworx.md)

To get started using Blocworx, you will need your own instance, if you plan on building instances for other customers you will need an instance manager.

Currently, if you are reading this and have not already got either of the above you will need to contact <info@blocworx.com> and we will set you up with an instance right away.

{% hint style="success" %}
Coming Soon: Instance Creation right from our website
{% endhint %}

### Next Steps:

Once you have an instance, the next steps is to create your first module. See the link below to create a simple module&#x20;


---

# 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/getting-started.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.
