# Deep Lake Docs

## Activeloop Deep Lake

### Use Cases for Deep Lake

> #### Please note this is the documentation for Deep Lake version 3.9.16 and  earlier.  For Deep Lake 4.0.0 and above, please use [the following link](https://docs.deeplake.ai/). We will be working on transitioning the documentation very soon - stay tuned!

#### Deep Lake as a Data Lake For Deep Learning

* Store and organize unstructured data (images, audios, nifti, videos, text, metadata, and more) in a versioned data format optimized for Deep Learning performance.
* Rapidly query and visualize your data in order to create optimal training sets.
* Stream training data from your cloud to multiple GPUs, without any copying or bottlenecks.

#### Deep Lake as a Vector Store for RAG Applications

* Store and search embeddings and their metadata including text, jsons, images, audio, video, and more. Save the data locally, in your cloud, or on Deep Lake storage.
* Build Retrieval Augmented Generation (RAG) Apps using our integrations with [LangChain](https://docs-v3.activeloop.ai/examples/rag/langchain-integration) and [LlamaIndex](https://docs-v3.activeloop.ai/examples/rag/llamaindex-integration)
* Run computations locally or on our [Managed Tensor Database](https://docs-v3.activeloop.ai/examples/rag/managed-database)

<figure><img src="https://content.gitbook.com/content/WOs95B2h3lcO4dwXDRJ3/blobs/fK48LFXvYcKprMMnN44r/Two_Way_Utility.png" alt=""><figcaption><p>Deep Lake Architecture for Inference and Model Development Applications.</p></figcaption></figure>

### To start using Deep Lake ASAP, check out our [Deep Learning Quickstart](https://docs-v3.activeloop.ai/examples/dl/quickstart), [RAG Quickstart](https://docs-v3.activeloop.ai/examples/rag/quickstart), and [Deep Learning Playbooks](https://docs-v3.activeloop.ai/examples/dl/playbooks).

Please check out Deep Lake's [GitHub repository](https://github.com/activeloopai/Hub) and give us a ⭐ if you like the project. &#x20;

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

### Deep Lake Docs Overview

{% content-ref url="setup/authentication" %}
[authentication](https://docs-v3.activeloop.ai/setup/authentication)
{% endcontent-ref %}

{% content-ref url="examples/dl/quickstart" %}
[quickstart](https://docs-v3.activeloop.ai/examples/dl/quickstart)
{% endcontent-ref %}

{% content-ref url="examples/rag/quickstart" %}
[quickstart](https://docs-v3.activeloop.ai/examples/rag/quickstart)
{% endcontent-ref %}

{% content-ref url="examples/dl/playbooks" %}
[playbooks](https://docs-v3.activeloop.ai/examples/dl/playbooks)
{% endcontent-ref %}

{% content-ref url="examples/dl/tutorials" %}
[tutorials](https://docs-v3.activeloop.ai/examples/dl/tutorials)
{% endcontent-ref %}

{% content-ref url="technical-details/best-practices" %}
[best-practices](https://docs-v3.activeloop.ai/technical-details/best-practices)
{% endcontent-ref %}

{% content-ref url="examples/dl/api" %}
[api](https://docs-v3.activeloop.ai/examples/dl/api)
{% 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/readme.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.
