# Best Practices

## How to use Deep Lake at Scale with Best Bractices

Here are suggestions for advanced usage of Deep Lake at scale:

{% content-ref url="/pages/z3QvX4egAllf6nCsYbZv" %}
[Creating Datasets at Scale](/technical-details/best-practices/creating-datasets-at-scale.md)
{% endcontent-ref %}

{% content-ref url="/pages/fC7dBDBDc0RJDoAvIOjN" %}
[Training Models at Scale](/technical-details/best-practices/training-models-at-scale.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mbn674ICDtRT2jlxjd3" %}
[Storage Synchronization and "with" Context](/technical-details/best-practices/storage-synchronization.md)
{% endcontent-ref %}

{% content-ref url="/pages/zJr79fKKVkxTlPeAxTqV" %}
[Restoring Corrupted Datasets](/technical-details/best-practices/restoring-corrupted-datasets.md)
{% endcontent-ref %}

{% content-ref url="/pages/klvfcR3Ll8O3E3u8uw9A" %}
[Concurrent Writes](/technical-details/best-practices/concurrent-writes.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/technical-details/best-practices.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.
