# Datalab Entry Block

The Datalab Entry block allows you to acquire customer details with the help of your bot and store the information in a Datalab sheet.

Here is a step-by-step instruction to creating an effective sequence with the help of a Datalab Entry block.

## Create A Sequence with Datalab Entry Block

For example, we want to create a sequence to help customers place an order easily. Here, we need three pieces of information.

1. Full Name
2. Email Address
3. Address

### Step 1: Collect the Information

{% tabs %}
{% tab title="Input" %}
So, we put these three blocks in the following sequence.

1. Add a User Input block to collect names and save the variable to {{full\_name}}.

![](/files/-Mi-1oaBqHzOAxrykyvV)

2\. Add an Email Block to collect emails and save the variable to {{email}}.

![](/files/-Mi-2FESKWApc6sMNaR_)

3\. Add another User Input Block to collect addresses and save the variable to {{address}}.

![](/files/-Mi-2r9eZ5Mz6PqAnk50)
{% endtab %}

{% tab title="Output" %}
![](/files/-Mi-6BF5WSppyPH53DyH)
{% endtab %}
{% endtabs %}

### Step 2: Store the Information

Now, if you place a Datalab Entry block after these three blocks, you can store the variable information in a sheet. Here's how you do it.

1\. Place a Datalab Entry block below the three initial blocks.

2\. Assuming that you already don't have a sheet, click on **Create New Sheet**. You will be redirected to the Datalab Tab.&#x20;

![](/files/-Mi-733a6b2s3-mZWnvN)

3\. Click on **Create Datalab** to get started.

![](/files/-Mi-7KZvUroIfmk-O0mM)

&#x20;4\. Click on **Create Datalab** after you type in a title and a description for your sheet. For now, ignore the toggle — **Form Type**. We will discuss more on this in our [**Datalab Guide**](/data-lab/advanced-datalab.md).

![](/files/wi2BH9zqk6ZL89p5BNq4)

5\. Now, start adding keys for the three variables we are trying to collect. If you don't know how to create keys in a Datalab, please refer to our [**Datalab Guide**](/data-lab/advanced-datalab.md). &#x20;

6\. After creating the keys, you will now find the keys in the Datalab Entry Block in your Builder. Assign the key to your variables accordingly.

![](/files/T98tWauVOt25gqA2JPdm)

{% hint style="success" %}
Now every time customers go through this sequence, their information will be automatically stored in your Datalab.
{% 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.myalice.ai/chatbot-automation/advanced-blocks/datalab-entry-block.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.
