# Deployment

- [Vercel](https://docs.trust.enterprises/deployment/untitled.md): Vercel is a platform for easily deploying static websites and serverless functions.
- [Environment Variables](https://docs.trust.enterprises/deployment/environment-variables.md): There are a number of environment variables you can change, these act as your config.
- [Github Actions](https://docs.trust.enterprises/deployment/github-actions.md): This is an optional step, using GitHub actions provides a continuous integration mechanism for automating the validity of your client and your environment variables.


---

# 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.trust.enterprises/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.
