# Guardian in Production

- [API Architecture Customization](https://guardian.hedera.com/guardian-dev/guardian-in-production/api-architecture-customization.md)
- [Monitoring tools](https://guardian.hedera.com/guardian-dev/guardian-in-production/monitoring-tools.md): The Guardian application is now integrated into some monitoring tools to give you metrics to observe and analyze the performance and health of applications
- [Performance Improvement](https://guardian.hedera.com/guardian-dev/guardian-in-production/performance-improvement.md)
- [Cloud Infrastructure](https://guardian.hedera.com/guardian-dev/guardian-in-production/cloud-infrastructure.md): The following document describes the Infrastructure specification for production ready instances of Hedera Guardian and a proposal of roadmap to achieve the different milestones required.
- [Independent Packaged Deployment](https://guardian.hedera.com/guardian-dev/guardian-in-production/independent-packaged-deployment.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://guardian.hedera.com/guardian-dev/guardian-in-production.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.
