diff --git a/mintlify/faq.mdx b/mintlify/faq.mdx
index 2cdc1779b..d2a83b524 100644
--- a/mintlify/faq.mdx
+++ b/mintlify/faq.mdx
@@ -39,82 +39,9 @@ then you need to reserve large disk space. A good starting point is to reserve 1
the Bytebase server runs. And if you use [External PostgreSQL](/get-started/self-host/external-postgres/),
then you need to make sure to reserve enough space there.
-### Docker
-If you use Docker to deploy Bytebase, please use Docker version >= [20.10.24](https://docs.docker.com/engine/release-notes/20.10/).
-### WebSocket
-SQL Editor autocomplete requires [enabling WebSocket](/get-started/self-host/external-access#websocket-support) in your gateway if present.
-## Does Bytebase retain your data
-Bytebase does not retain any database row data.
-### Database credentials
-
-In order to perform database operations on users' behalf, Bytebase needs users to provide the database credentials.
-By default, Bytebase stores the supplied credentials in the obfuscated format. For the Enterprise plan, you can
-instruct Bytebase to [use the external secret manager](/get-started/instance/#use-secret-manager).
-
-### Database schema (metadata)
-
-Bytebase syncs and stores the database schema information. If you enable [AI Assistant](/ai-assistant/),
-Bytebase will also send the schema info to OpenAI or the configured endpoint.
-
-### Database data (row data)
-
-When you query the database via Bytebase, Bytebase does not store the result data. [Audit log](/security/audit-log/)
-only records the query.
-
-If you enable [Data Rollback](/change-database/rollback-data-changes/), Bytebase will store the backup data in your
-own database instance.
-
-## Production Setup
-
-See [Production Setup](/get-started/self-host/production-setup/).
-
-## Supported database and versions
-
-See [Supported Databases](/introduction/supported-databases).
-
-## Supported version control systems (VCS) and providers
-
-See [GitOps](/vcs-integration/overview).
-
-## How to enable https
-
-You can use [Caddy](https://caddyserver.com/docs/quick-starts/reverse-proxy) or [Nginx](https://www.nginx.com/).
-
-## How to enable debug mode
-
-
-
-