> For the complete documentation index, see [llms.txt](https://documentation.grax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.grax.com/security/govcloud-deployment.md).

# GovCloud Deployment

## What's GovCloud?

[AWS GovCloud (US)](https://aws.amazon.com/govcloud-us/?whats-new-ess.sort-by=item.additionalFields.postDateTime\&whats-new-ess.sort-order=desc) Region is an isolated Amazon Web Services environment used by US government agencies at the federal, state, and local levels, along with contractors, researchers, educational institutions, and other US customers.

## GRAX and GovCloud

* GRAX has received the [Government Cloud badge from Salesforce](https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000FMtthUAD\&tab=e)
* GRAX is compatible with [AWS GovCloud](https://aws.amazon.com/govcloud-us/?whats-new-ess.sort-by=item.additionalFields.postDateTime\&whats-new-ess.sort-order=desc)

You deploy GRAX into your GovCloud cloud PaaS such as AWS, Google Cloud, Azure, and others. In fact, many agencies and customers deploy and manage their own GRAX deployment in their cloud with the majority of our customers using AWS, Google Cloud, Azure, or a hybrid or multi-cloud environment. Other customers find that they can install and run a self-managed deployment of GRAX by placing it in a GovCloud-authorized data center and using a GovCloud-authorized Cloud Service Provider.

#### Key points about running GRAX within GovCloud certified environment

* GRAX doesn't have access to the data or infrastructure
* Customer data is 100% owned by the customer within their GovCloud certified infrastructure
* Customers can use private routing between Salesforce and AWS
* Customers can use private routing between their infrastructure to GovCloud certified PaaS environment
* Customers data is 100% owned and stored within their GovCloud PaaS environment

GRAX architecture and deployment model has received the [Government Cloud badge from Salesforce](https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000FMtthUAD\&tab=e)

![GRAX's Salesforce AppExchange Listing](/files/KVS2otk7qKRmwzgGPkOO)

To learn more about GRAX and how we support public sector agencies, departments, and organizations, please contact us. For more information on AWS's compliance with federal and other standards, see [AWS's compliance page](https://aws.amazon.com/compliance/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.grax.com/security/govcloud-deployment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
