# Best Practices

- [Context Memory](https://docs.dropzone.ai/best-practices/context-memory.md)
- [Building Response Automations and Actions](https://docs.dropzone.ai/best-practices/how-to-build-response-automations-and-actions.md)
- [Investigation Reviews Deep Dive](https://docs.dropzone.ai/best-practices/deep-dive-into-investigation-reviews.md)
- [Utilizing the Dropzone AI Chatbot](https://docs.dropzone.ai/best-practices/utilizing-the-dropzone-ai-chatbot.md)
- [Custom Strategies](https://docs.dropzone.ai/best-practices/custom-strategies.md)
- [How to Create a Custom Strategy](https://docs.dropzone.ai/best-practices/custom-strategies/how-to-create-custom-strategy.md)
- [Analysis Guidance Quick Setup Guide](https://docs.dropzone.ai/best-practices/custom-strategies/analysis-guidance-quick-setup-guide.md)
- [Investigation Questions Quick Setup Guide](https://docs.dropzone.ai/best-practices/custom-strategies/investigation-questions-quick-setup-guide.md)
- [Priority Rules Quick Setup Guide](https://docs.dropzone.ai/best-practices/custom-strategies/priority-rules-quick-setup-guide.md)


---

# 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.dropzone.ai/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.
