> For the complete documentation index, see [llms.txt](https://docs-v3.activeloop.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v3.activeloop.ai/v3.2.9/master.md).

# Deep Lake Docs

## Activeloop Deep Lake - Data Lake for Deep Learning

### Why Use Deep Lake?

* **Store images, audios, videos, and their metadata (i.e. annotations) in a data format optimized for Deep Learning. Save your data locally, in your cloud, or on Activeloop storage.**
* **Rapidly train PyTorch and TensorFlow models while streaming data with no boilerplate code.**
* **Run version control, dataset queries, and distributed workloads using a simple Python API.**

### To start using Deep Lake ASAP, check out our [Quickstart](/v3.2.9/quickstart.md) or [Getting Started](/v3.2.9/getting-started.md) guides

In addition to Deep Lake docs, you may also check out Deep Lake's [GitHub repository](https://github.com/activeloopai/Hub) and give us a ⭐ if you like the project!

Join Deep Lake's [Slack Community ](https://slack.activeloop.ai)if you need help or have suggestions for improving documentation!

### Deep Lake Docs Overview

{% content-ref url="/pages/-M\_MXTVf3ZKBlLmK7WWQ" %}
[Quickstart](/v3.2.9/quickstart.md)
{% endcontent-ref %}

{% content-ref url="/pages/zlxZgAkATTEGk0Me6gsY" %}
[Dataset Visualization](/v3.2.9/dataset-visualization.md)
{% endcontent-ref %}

{% content-ref url="/pages/CjBue4J9kmrNtfOBwPbO" %}
[Storage & Credentials](/v3.2.9/storage-and-credentials.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mad8AnSudtdMSAyZguQ" %}
[Getting Started](/v3.2.9/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Ma0VXHzad\_IHrMeW6Mz" %}
[Tutorials (w Colab)](/v3.2.9/tutorials.md)
{% endcontent-ref %}

{% content-ref url="/pages/UJVSP1hDxzlYqqJF0rxp" %}
[Playbooks](/v3.2.9/playbooks.md)
{% endcontent-ref %}

{% content-ref url="/pages/-McuriEMIxJXLKbvlFuG" %}
[API Summary](/v3.2.9/api-basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MaF37-3rOH3OULo477N" %}
[Broken mention](broken://pages/-MaF37-3rOH3OULo477N)
{% endcontent-ref %}


---

# 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-v3.activeloop.ai/v3.2.9/master.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.
