# Best practices

- [5-minute Quick Wins](https://docs.zenml.io/user-guides/best-practices/quick-wins.md): 5-minute Quick Wins
- [Keep Your Dashboard Clean](https://docs.zenml.io/user-guides/best-practices/keep-your-dashboard-server-clean.md): Learn how to keep your pipeline runs clean during development.
- [Configure Python environments](https://docs.zenml.io/user-guides/best-practices/configure-python-environments.md): Navigating multiple development environments.
- [Shared Components for Teams](https://docs.zenml.io/user-guides/best-practices/shared-components-for-teams.md): Sharing code and libraries within teams.
- [Organizing Stacks Pipelines Models](https://docs.zenml.io/user-guides/best-practices/organizing-pipelines-and-models.md): A step-by-step tutorial on effectively organizing your ML assets in ZenML using tags and projects
- [Access Management](https://docs.zenml.io/user-guides/best-practices/access-management.md): A guide on managing user roles and responsibilities in ZenML.
- [Setting up a Project Repository](https://docs.zenml.io/user-guides/best-practices/set-up-your-repository.md): Setting your team up for success with a well-architected ZenML project.
- [Infrastructure as Code with Terraform](https://docs.zenml.io/user-guides/best-practices/iac.md): Best practices for using IaC with ZenML
- [Creating Templates for ML Platform](https://docs.zenml.io/user-guides/best-practices/project-templates.md): Setting your team up for success with a well-architected ZenML project.
- [Using VS Code extension](https://docs.zenml.io/user-guides/best-practices/vscode-extension.md): Use the ZenML VSCode extension to manage your ZenML server
- [Leveraging MCP](https://docs.zenml.io/user-guides/best-practices/mcp-chat-with-server.md): Chat with your ZenML server
- [Debugging and Solving Issues](https://docs.zenml.io/user-guides/best-practices/debug-and-solve-issues.md): A guide to debug common issues and get help.
- [Choosing an Orchestrator](https://docs.zenml.io/user-guides/best-practices/choose-orchestration-environment.md): How to choose the right orchestration environment


---

# 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.zenml.io/user-guides/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.
