# Page Not Found

The URL `learning-center/first-steps-with-bitwarden` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [*开始企业版试用](https://help.ppgg.in/docs/plans-and-pricing/start-an-enterprise-trial-with-your-bitwarden-account.md)
- [自托管 Bitwarden](https://help.ppgg.in/docs/self-hosting/plan-for-deployment/self-host-bitwarden.md)
- [识别来自 Bitwarden 的合法电子邮件](https://help.ppgg.in/docs/security/trusted-communications/emails-from-bitwarden.md)
- [提供商门户快速入门](https://help.ppgg.in/docs/provider-portal/get-started-with-provider-portal.md)
- [使用正向代理配置自托管环境](https://help.ppgg.in/docs/self-hosting/deploy-and-configure/docker/configure-self-hosted-environment-with-forward-proxy.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://help.ppgg.in/docs/plans-and-pricing/start-an-enterprise-trial-with-your-bitwarden-account.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.

### Option 2 — Browse the documentation index

Full index: https://help.ppgg.in/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://help.ppgg.in/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/docs/plans-and-pricing/start-an-enterprise-trial-with-your-bitwarden-account.md`).

You may also use `Accept: text/markdown` header for content negotiation.
