# Welcome

We’re glad you made it here. We’ll explain everything there is to know about Blokks. From creating your first schedule to advanced customization for developers. If you have any questions after reading the docs, don’t hesitate to let us know. Send us an [email](mailto:support@blokks.co) or shoot us a message on [twitter](http://twitter.com/blokkshq).

For now, let’s get started by [creating your account](/geting-started/signing-up.md).

{% hint style="info" %}
This is the documentation for the **new latest of Blokks**. If you are looking for the previous version, head to [blokks.co/docs](https://legacy.gitbook.com)
{% endhint %}


---

# 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.blokks.co/master.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.
