# Best Practices

### How to Use

* **Ask Questions:** Pose conceptual questions or seek tips and best practices.
* **Request Code:** Get help writing or refactoring code blocks, designing workflows, or creating integrations.
* **Automate Tasks:** Automate manual or repetitive tasks with AI-powered workflows.

### Best Practices

* Keep your questions clear and specific for the best responses.
* Leverage the AI Agent's suggestions but review generated code for your unique requirements.
* Combine AI Agent capabilities with Zerve's parallel execution and modular design to build efficient, scalable solutions.


---

# 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.zerve.ai/guide/canvas-view/ai-agent/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.
