# Deep Lake Docs

## Activeloop Deep Lake

### Deep Lake as a Vector Store

* **Store embeddings and their metadata including text, jsons, images, audio, video, and more. Save the data locally, in your cloud, or on Deep Lake storage.**
* **Perform complex search including embeddings and their attributes.**&#x20;
* **Build LLM Apps using or integrations with** [**LangChain**](/v3.7.0/tutorials/vector-store/deep-lake-vector-store-in-langchain.md) **and LlamaIndex**
* **Run computations locally or on our** [**Managed Tensor Database**](/v3.7.0/performance-features/managed-database.md)

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

* **Store images, audios, videos, text and their metadata (i.e. annotations) in a data format optimized for Deep Learning. Save the 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 [Vector Store Quickstart](/v3.7.0/quickstart.md), [Deep Learning Quickstart](/v3.7.0/quickstart-dl.md), [Getting Started Guides](/v3.7.0/getting-started.md), [Tutorials](/v3.7.0/tutorials.md), and [Playbooks](/v3.7.0/playbooks.md).

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="/pages/aZFLbCrrfoZ8AckjRZnz" %}
[Vector Store Quickstart](/v3.7.0/quickstart.md)
{% endcontent-ref %}

{% content-ref url="/pages/XESsOvBfjtnujzeU2FwZ" %}
[Deep Learning Quickstart](/v3.7.0/quickstart-dl.md)
{% endcontent-ref %}

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

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

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

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

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

{% content-ref url="/pages/pVOk8MGcmx2HUx3yNj14" %}
[Best Practices](/v3.7.0/technical-details/best-practices.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/-MaF37-3rOH3OULo477N" %}
[Broken mention](broken://pages/-MaF37-3rOH3OULo477N)
{% 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/v3.7.0/master.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.
