> For the complete documentation index, see [llms.txt](https://doc.bitbrowser.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.bitbrowser.net/zh/question/question2/ru-he-rang-mei-ge-liu-lan-qi-chuang-kou-zi-dong-tian-chong-yong-hu-ming-mi-ma.md).

# 如何让每个浏览器窗口自动填充用户名密码

1.首先，打开“系统设置”，然后下拉到全局设置“浏览器自动填充用户名密码”，点击“添加”按钮。

<figure><img src="/files/vy94XxlwAAfH2T923cL8" alt=""><figcaption></figcaption></figure>

2.进入添加界面后，输入您需要登录的“网站地址”、需要填充的“用户名”和“密码”，点击“确定”保存。

<figure><img src="/files/aMxW04LfOFGyK52VpL70" alt=""><figcaption></figcaption></figure>

3.保存完成后，会显示您保存的“网站”、“用户名”、“密码”、还可以进行修改信息及删除等操作。

<figure><img src="/files/5VOQlEQGBIB281wQBFGO" alt=""><figcaption></figcaption></figure>

4.进入“浏览器窗口”，点击配置进入到“常用设置”。

<figure><img src="/files/J2mIb8FlB13bVpfuj9Ga" alt=""><figcaption></figcaption></figure>

5.在这里开启“同步已保存的用户名密码”功能，点击“确定”保存。

<figure><img src="/files/NS1TJKqzXHftd80C9bdJ" alt=""><figcaption></figcaption></figure>

6.保存后，打开浏览器窗口，进入我们设定的网站，用户名、密码就会自动填充到相应的输入框啦！

<figure><img src="/files/8HGaY0bMquDsPS9P2Bq5" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.bitbrowser.net/zh/question/question2/ru-he-rang-mei-ge-liu-lan-qi-chuang-kou-zi-dong-tian-chong-yong-hu-ming-mi-ma.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
