# High-Performance Features

- [Introduction](https://docs-v3.activeloop.ai/v3.8.19/performance-features/introduction.md): C++ implementations of Deep Lake optimized for faster data fetching and computations
- [Performant Dataloader](https://docs-v3.activeloop.ai/v3.8.19/performance-features/performant-dataloader.md): Overview of Deep Lake's dataloader built and optimized in C++
- [Tensor Query Language (TQL)](https://docs-v3.activeloop.ai/v3.8.19/performance-features/querying-datasets.md): Deep Lake offers a highly-performant SQL-style query engine for filtering your data.
- [TQL Syntax](https://docs-v3.activeloop.ai/v3.8.19/performance-features/querying-datasets/query-syntax.md): How to properly format TQL queries
- [Sampling Datasets](https://docs-v3.activeloop.ai/v3.8.19/performance-features/querying-datasets/sampling-datasets.md): Implementation of samplers in TQL
- [Deep Memory](https://docs-v3.activeloop.ai/v3.8.19/performance-features/deep-memory.md): Overview of Deep Lake tools for increasing retrieval accuracy
- [How it Works](https://docs-v3.activeloop.ai/v3.8.19/performance-features/deep-memory/how-it-works.md): Understanding Deep Memory
- [Index for ANN Search](https://docs-v3.activeloop.ai/v3.8.19/performance-features/index-for-ann-search.md): Overview of Deep Lake's Index implementation for ANN search.
- [Caching and Optimization](https://docs-v3.activeloop.ai/v3.8.19/performance-features/index-for-ann-search/caching-and-optimization.md): Understanding Caching to Increase Query Performance in Deep Lake
- [Managed Tensor Database](https://docs-v3.activeloop.ai/v3.8.19/performance-features/managed-database.md): Deep Lake Managed Database
- [REST API](https://docs-v3.activeloop.ai/v3.8.19/performance-features/managed-database/rest-api.md): How to Use the Deep Lake REST API
- [Migrating Datasets to the Tensor Database](https://docs-v3.activeloop.ai/v3.8.19/performance-features/managed-database/migrating-datasets-to-the-tensor-database.md): Migrating datasets to the Tensor Database


---

# 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.8.19/performance-features.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.
