# DEPLOYMENT

- [Cloud](https://docs.jetadmin.io/jet-bridge-deployment/cloud.md)
- [Self-hosted Jet Bridge](https://docs.jetadmin.io/jet-bridge-deployment/jet-admin.md)
- [SSO on self-deployed Jet Bridge](https://docs.jetadmin.io/jet-bridge-deployment/jet-admin/sso-on-self-deployed-jet-bridge.md): In this section you will learn how the SSO authentication flow can be done
- [Using self-deployed HTTP proxy](https://docs.jetadmin.io/jet-bridge-deployment/jet-admin/using-self-deployed-http-proxy.md): In this section you will learn how to use self-deployed HTTP proxy
- [Common Problems](https://docs.jetadmin.io/jet-bridge-deployment/jet-admin/common-problems.md)
- [Configuration](https://docs.jetadmin.io/jet-bridge-deployment/jet-admin/configuration.md)
- [On-premise](https://docs.jetadmin.io/jet-bridge-deployment/on-premise.md)
- [Deploy On-Premise Jet Admin with Docker](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/deploy-on-premise-jet-admin-with-docker.md): Learn how to deploy an instance of On-Premise Jet Admin using Docker-compose.
- [Update](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/update.md): To update your Docker instance and upgrade to a newer release version, please follow the following steps:
- [.env configuration (local host)](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/.env-configuration-local-host.md)
- [Custom Domain Configuration on-premise](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/.env-configuration-local-host/custom-domain-configuration-on-premise.md): Configuring the domain in the environment (.env) file is crucial for setting up custom domains for various services.
- [Email Sending Configuration](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/.env-configuration-local-host/email-sending-configuration.md): Configuring email sending settings in the environment (.env) file is essential for enabling email functionality within your application.
- [Nginx Configuration](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/.env-configuration-local-host/nginx-configuration.md): This guide should help you set up and configure Nginx, customize the server block to match your requirements, and update your application's .env file to reflect the changes.
- [Enabling AI Features in On-Premises](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/.env-configuration-local-host/enabling-ai-features-in-on-premises.md): Enable and configure AI assistants in on-premises environments by adding required environment variables.
- [External Integrations for AI Agents (On-Premises)](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/.env-configuration-local-host/external-integrations-for-ai-agents-on-premises.md): Configure Slack and Telegram integrations for AI agents in on-premises deployments using environment variables.
- [Service Health Check](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/service-health-check.md): Below are the links and instructions for checking the health status of the basic service:
- [Common Problems](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/common-problems.md)
- [Superuser access](https://docs.jetadmin.io/jet-bridge-deployment/on-premise/superuser-access.md)
- [⛺️ Database Heroku deployment](https://docs.jetadmin.io/jet-bridge-deployment/database-heroku-deployment.md): Step-by-step guide to deploying a PostgreSQL database on Heroku.


---

# 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.jetadmin.io/jet-bridge-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.
