# UI Bakery in production

UI Bakery installation is ready for production out of the box. However, there is a bunch of additional setup steps we recommend following:

* Put your instance behind HTTPS.
* Use a standalone database.
* Enable automatic backups for instance and database machines.
* Lock the UI Bakery version by setting a specific value for the **UI\_BAKERY\_VERSION** environment variable.
* Store your environment variables in a secure place like a secrets manager or a key vault. Make sure you override the following variables:

```
UI_BAKERY_JWT_SECRET
UI_BAKERY_JWT_REFRESH_SECRET
UI_BAKERY_JWT_SERVICE_ACCOUNT_SECRET
UI_BAKERY_CREDENTIALS_SECRET
UI_BAKERY_MFA_SECRET
```

If you have used the install script, then your .env file already contains unique values for those vars. Otherwise, use [the following guide to generate the secrets](/on-premise/install-and-update/recommendations/generate-custom-secrets.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.uibakery.io/on-premise/install-and-update/recommendations/ui-bakery-in-production.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.
