# Deployment

In this section you can find information to assist with the deployment and management of your StrongDM organization.

* [quickstart](https://docs.strongdm.com/admin/deployment/quickstart "mention") - The Admin quick start is a good place to start if you want a quick look at setting up StrongDM end to end in a test scenario - a user with a role, a gateway, and a resource, with a test of proxied access.
* [terraform](https://docs.strongdm.com/admin/deployment/terraform "mention") - The Terraform quick starts provide a similar starting point for investigating deployments using the [StrongDM Terraform Provider](https://registry.terraform.io/providers/strongdm/sdm/latest/docs).
* [scenarios](https://docs.strongdm.com/admin/deployment/scenarios "mention") - Here, you will find a variety of specific examples of deployment scenarios, such as self-registering relays, gateways deployed with specific technologies, temporary access granted with chat bots or PagerDuty schedules, and other use case examples with guides.
* [integrations](https://docs.strongdm.com/admin/deployment/integrations "mention") - The integrations page contains an overview of the integrations that StrongDM provides, and links out to guides for setting up those integrations.
* [environment-variables](https://docs.strongdm.com/admin/deployment/environment-variables "mention") - The environment variables page is a handy guide containing information about the environment variables that may need to be set up where you run StrongDM software, such as on clients, gateways, relays, or proxy clusters.
* [parent-child](https://docs.strongdm.com/admin/deployment/parent-child "mention") - For some complex deployments, the "Parent/Child" organization structure may make sense. Learn more about it here.


---

# 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.strongdm.com/admin/deployment.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.
