> For the complete documentation index, see [llms.txt](https://docs.gpmautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide/6-profile-select-browser-run-tool.md).

# 6. 配置文件（选择浏览器配置文件以运行工具）

在上一步设置完配置和计划后，您可以点击 `Continue` 进入第3步，选择要应用脚本的浏览器配置文件（界面如下图所示）。此处的操作包括：

**🤖 1. 选择控制技术和浏览器应用**

查看配置文件列表上方的菜单栏（如下图所示），您需要设置：

* 核心技术：根据您的脚本希望使用的技术选择 Puppeteer 增强引擎或 Selenium。
* 浏览器应用：选择您用于管理帐户的浏览器类型，例如 GPM 登录全球版、GPM 登录旧版或 GoLogin 等。
* 连接配置：直接点击旁边的 🔌 API 按钮以设置端口（Port）和连接到您的抗检测浏览器软件的路径。

**📁 2. 搜索和过滤配置文件组**

* 选择组（Group）：最左侧的框（当前显示 `All`）帮助您快速按每个单独的配置文件组过滤列表，以便于管理。
* 快速搜索：在 `Search profile name...` 框中输入帐户名称，以快速找到需要运行的配置文件，而无需手动滚动查找。

**🖱️ 3. 如何快速选择多个配置文件**

要选择要运行的配置文件，您可以应用以下快速操作技巧：

* 手动选择：直接点击每一行配置文件。
* 鼠标拖动：按住左键并拖动鼠标选择相邻的多个配置文件。
* 使用 Shift 键：点击第一个配置文件，按住 `Shift` 键，然后点击最后一个配置文件，以选择中间的所有列表。
* 使用 Ctrl 键：按住 `Ctrl` 键，然后点击分散的配置文件以单独选择。
* 全部选择 (Ctrl + A)：点击列表区域，然后按组合键 `Ctrl + A` 以选择当前显示的所有配置文件。

> 💡 自动过滤提示：如果在 Excel 设置步骤（第2项）中您已勾选 *Map according to the profile name in column A* 功能，系统将自动过滤并仅保留与您 Excel 文件中 A 列数据完全匹配的配置文件。

选择完配置文件后，右下角的按钮 ▶️ Start 将亮起。您只需点击它以使工具正式自动运行。


---

# 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://docs.gpmautomate.com/automate-zh/gai-shu/setup-script-guide/6-profile-select-browser-run-tool.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.
