# How to Create a New Dataset in Tablion

{% hint style="info" %}
The user needs to be an Administrator of Tablion to create a new dataset.
{% endhint %}

1. To access the Administrator tools, users must navigate to the homepage and locate the option "Admin Tools".

<figure><img src="/files/Up4vsdtP0JfuN7ddqaae" alt=""><figcaption></figcaption></figure>

2. To navigate to the dataset section, users should locate and click on the "Datasets" option in the side panel.

<figure><img src="/files/FsRckMWNj9oC5UWO42o5" alt=""><figcaption></figcaption></figure>

3. To create a new dataset, click on the "Create" button.

<figure><img src="/files/KtSzwjLcG1l5wpV5fdYm" alt=""><figcaption></figcaption></figure>

4. When creating a new dataset, the user is required to enter specific details to provide essential information. These details typically include the following:

* **Name of the Dataset:** The user should enter a suitable Name or title for the dataset. This Name should accurately reflect the content or purpose of the dataset.
* **Definition of the Dataset:** The user should provide a clear and concise definition or description of the dataset. This description helps others understand the dataset's scope, content, and intended use.
* **Contact Point of the Dataset:** The user needs to specify a contact point for the dataset. This contact point is a reference for inquiries, feedback, or communication related to the dataset.

By providing these details during the dataset creation process, users ensure that the dataset is appropriately identified and relevant contact information is available for further interactions.

<figure><img src="/files/5LkRWDXzUGzuqjQz8Dwu" alt=""><figcaption></figcaption></figure>

### Adding Distributions to a created Dataset

1. Select the "Add" button to add a Distribution to a created dataset. You can also make additional Distributions by selecting this "Add" button.

<figure><img src="/files/LpyDAoOKLQcxzJnHIOvX" alt=""><figcaption></figcaption></figure>

2. When adding a Distribution to a created dataset, users are required to name and define the Distribution. This involves providing specific information about the Distribution to help users understand its content and characteristics. Here's how users can name and define the Distribution:
   * **Name of the Distribution:** The user should assign a suitable and descriptive name to the Distribution. This name should reflect the specific version or instance of the added dataset.
   * **Definition of the Distribution:** The user should provide a clear and concise definition or description of the Distribution.&#x20;

<figure><img src="/files/R5EsoKiAdkxzdOO6Xhu3" alt=""><figcaption></figcaption></figure>

3. To add a variable list to a Distribution, the user needs to define and name each variable within that Distribution. Here are the steps to define a variable:
   * **Name the variables:** Assign appropriate and meaningful names to each variable.&#x20;
   * **Define the variables:** For each variable, provide a clear and specific definition that describes what the variable represents or measures. This definition should capture the meaning and purpose of the variable in the dataset.
   * **Datatype:** When defining the datatype of each variable, users should assign the appropriate datatype.

<figure><img src="/files/rc8FXzBIqLOaKS4XeTWD" alt=""><figcaption></figcaption></figure>

To obtain an extended view of the added variable, the user can click on the corresponding icon.

<figure><img src="/files/s91UvkppaQGC7b86ih3F" alt=""><figcaption></figcaption></figure>

Once selected, a pop-up will appear with additional information regarding the variable. You can further edit the variable information here. Once complete, select "Save Changes" to save your edits.&#x20;

<figure><img src="/files/AcVJWm2kmJvva1YizEFj" alt=""><figcaption></figcaption></figure>

4. To add additional variables to the created Distribution, users should click on the "Add" button within that Distribution.&#x20;

<figure><img src="/files/gHesRY1Jen05okHCHKBS" alt=""><figcaption></figcaption></figure>

Once complete, don't forget to select "Create" to save the Datasets and Distributions.


---

# 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://tablion-help.aristotlemetadata.com/administrator-tools/datasets/how-to-create-a-new-dataset-in-tablion.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.
