> 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-en/general-introduction/guide-setup-configuration-to-run-script/6-profile-select-browser-run-tool.md).

# 6. Profile (Select browser profile to run the tool)

After setting up the configuration and schedule in the previous step, click `Continue` to proceed to step 3, which is to select the browser profiles you want to apply the script to (interface as shown below). The actions here include:

**🤖 1. Select control technology and browser application**

Looking at the menu bar above the profile list (as shown below), you need to set up:

* Core technology: Choose between Puppeteer enhanced engine or Selenium depending on the type of technology your script wants to use to control the browser.
* Browser application: Select the type of browser you are using to manage accounts, such as GPM Login Global, GPM Login old version, or GoLogin...
* Connection configuration: Click directly on the 🔌 API button right next to set up the port and connection path to your antidetect browser software.

**📁 2. Search and filter profile groups**

* Select group: The outermost box on the left (currently displaying `All`) helps you quickly filter the list by each individual profile group for easier management.
* Quick search: Type the account name into the `Search profile name...` box to find the exact profile you need to run without scrolling manually.

**🖱️ 3. How to quickly select multiple profiles at once**

To select the profiles you want to run, you can apply the following quick tips:

* Manual selection: Click directly on each profile line.
* Mouse drag: Press and hold the left mouse button and drag over the lines to highlight multiple adjacent profiles.
* Use Shift key: Click to select the first profile, hold down the `Shift` key, and then click to select the last profile to get the entire list in between.
* Use Ctrl key: Hold down the `Ctrl` key and click on the profiles that are scattered to select individually.
* Select all (Ctrl + A): Click in the list area and press the `Ctrl + A` key combination to select all currently displayed profiles.

> 💡 Automatic filtering tip: If in the Excel setup step (item number 2) you have checked the feature *Map according to the profile name in column A*, the system will automatically filter and keep only those profiles that have names matching exactly with the data in Column A of your Excel file.

After selecting the profiles, the ▶️ Start button at the bottom right corner will light up. You just need to click on it for the tool to officially operate automatically.

<figure><img src="/files/CumW2C06YfvpRpltUPit" 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://docs.gpmautomate.com/automate-en/general-introduction/guide-setup-configuration-to-run-script/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.
