# Technical Stuff

- [Defining Deployments](https://docs.previewhq.com/defining-deployments/defining-deployments-1.md)
- [Helm Charts](https://docs.previewhq.com/defining-deployments/defining-deployments-1/helm-charts.md)
- [Kubernetes Manifests](https://docs.previewhq.com/defining-deployments/defining-deployments-1/kubernetes-manifests.md)
- [\[UNRELEASED\] Terraform](https://docs.previewhq.com/defining-deployments/defining-deployments-1/unreleased-terraform.md)
- [Configuration File](https://docs.previewhq.com/defining-deployments/configuration.md)
- [Branches](https://docs.previewhq.com/defining-deployments/configuration/branches.md)
- [Services](https://docs.previewhq.com/defining-deployments/configuration/services.md)
- [Chart Repositories](https://docs.previewhq.com/defining-deployments/configuration/chart-repositories.md)
- [Chart Values](https://docs.previewhq.com/defining-deployments/configuration/chart-values.md)
- [Docker Registries](https://docs.previewhq.com/defining-deployments/configuration/docker-registries.md)
- [Images](https://docs.previewhq.com/defining-deployments/configuration/images.md)
- [Webhooks](https://docs.previewhq.com/defining-deployments/configuration/webhooks.md)
- [Template Strings](https://docs.previewhq.com/defining-deployments/untitled.md)
- [Using Seed Data](https://docs.previewhq.com/defining-deployments/using-seed-data.md)
- [Using Shared Data Sources](https://docs.previewhq.com/defining-deployments/using-seed-data/using-shared-data-sources.md)
- [Access Control](https://docs.previewhq.com/defining-deployments/access-control.md)
- [Preview Application Access](https://docs.previewhq.com/defining-deployments/access-control/preview-application-access.md)
- [Preview Environment Access](https://docs.previewhq.com/defining-deployments/access-control/preview-environment-access.md)
- [Using Third-Party Integrations](https://docs.previewhq.com/defining-deployments/using-third-party-integrations.md)
- [Debugging](https://docs.previewhq.com/defining-deployments/debugging.md)
- [Current Limitations](https://docs.previewhq.com/defining-deployments/current-limitations.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://docs.previewhq.com/defining-deployments.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.
