> For the complete documentation index, see [llms.txt](https://docs.myalice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myalice.ai/myalice-guide-arabic/data-lab-and-analytics/advanced-datalab/create-datalab.md).

# Create a Datalab Sheet

If you are new to this topic, you will find a blank Datalab on your dashboard.&#x20;

1\. Click **Create Datalab** to get started.

![](/files/-MiKVXQ3PSN4GnPW9sCk)

2\. Provide a title, description and image for your Datalab.

3\. Turn on Form Type to create a button for your form.

{% hint style="info" %}
You can create private Datalab for your team. In that case, you don't need to turn on the toggle. Turning on the Form Type allows you to share the form with your customers.
{% endhint %}

4\. Add a button text and choose a color for your form button. This is what a filled up form looks like.

![](/files/wi2BH9zqk6ZL89p5BNq4)

5\. Click on Create Datalab to complete the process.

Move on to the next section to learn how to create custom forms in Datalab.


---

# 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://docs.myalice.ai/myalice-guide-arabic/data-lab-and-analytics/advanced-datalab/create-datalab.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.
