# Deployment Details

This section provides reference documentation for configuring each ZenML Pro component. Use these guides to understand all available configuration options, environment variables, permissions, and network requirements.

## When to Use These Guides

* **During initial deployment**: Deploy components according to your infrastructure
* **Post-deployment tuning**: Adjust deployment settings based on usage patterns
* **Troubleshooting**: Verify deployments when issues arise

## Related Documentation

* [System Architecture](/pro/system-architecture.md) - Understand how components interact
* [Scenarios](/pro/deployments/scenarios.md) - Choose the right deployment option
* [Upgrades and Updates](/pro/manage/upgrades-updates.md) - How to upgrade components

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>


---

# 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/pro/deployments/deploy-details.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.
