# Best Practices

#### Writing Effective Prompts

* Be specific about what you want to achieve
* Mention the technologies you want to use
* Provide context about your project
* Break complex tasks into smaller steps

#### Project Organization

* Keep your workspace organized
* Use meaningful file and folder names
* Add comments to complex code
* Review changes before approving

> **Security:** Always review commands and file changes before approving them. Blackbox AI will ask for permission before making any changes to your system.


---

# 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.blackbox.chat/blackbox-ai-1/blackbox-ai/support-and-feedback/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.
