# Creating Datasets

## How to Create Datasets in Deep Lake

Deep Lake can support almost any data schema and format that can be tabularized. [The full list of supported data types are shown here](https://docs.deeplake.ai/en/latest/Htypes.html), and details on the [Deep Lake dataset format are shown here](/technical-details/data-format.md).&#x20;

Below is a series of tutorials for creating custom datasets using our low-level API. Deep Lake also supports [automatic data ingestion for the formats shown here](/examples/dl/quickstart.md).&#x20;

{% content-ref url="/pages/-M\_aK\_CQ4kfPysxc3hhM" %}
[Creating Complex Datasets](/examples/dl/tutorials/creating-datasets/creating-complex-datasets.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Miagqr8nxWjr3Vesxxw" %}
[Creating Object Detection Datasets](/examples/dl/tutorials/creating-datasets/creating-object-detection-datasets.md)
{% endcontent-ref %}

{% content-ref url="/pages/GnjLmmPoGKOri8tADaD1" %}
[Creating Time-Series Datasets](/examples/dl/tutorials/creating-datasets/creating-time-series-datasets.md)
{% endcontent-ref %}

{% content-ref url="/pages/dOHTgkBCeJRZHc6pBfhE" %}
[Creating Datasets with Sequences](/examples/dl/tutorials/creating-datasets/creating-datasets-with-sequences.md)
{% endcontent-ref %}

{% content-ref url="/pages/q1NMHkG0cC8HBuHkSZV2" %}
[Creating Video Datasets](/examples/dl/tutorials/creating-datasets/creating-video-datasets.md)
{% endcontent-ref %}


---

# 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-v3.activeloop.ai/examples/dl/tutorials/creating-datasets.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.
