> For the complete documentation index, see [llms.txt](https://help.gpmloginapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gpmloginapp.com/gpm-login-global-en/gpm-login-global-user-guide.md).

# GPM LOGIN GLOBAL USER GUIDE

<table><thead><tr><th width="166.79998779296875">Sidebar Menu</th><th>Description</th></tr></thead><tbody><tr><td><strong>Profiles</strong></td><td><p></p><p>Manage multiple profiles and perform all actions for each profile, with each profile running in a separate environment.</p></td></tr><tr><td><strong>Groups</strong></td><td>Organize profiles into groups for mass management.</td></tr><tr><td><strong>Proxies</strong></td><td>Manage proxies and assign them to each profile.</td></tr><tr><td><strong>Extension</strong></td><td>Install and manage extensions for the profiles.</td></tr><tr><td><strong>Plugins</strong></td><td>Manage plugins to extend system functionality.</td></tr><tr><td><strong>Trash</strong></td><td>Temporarily store deleted data with recovery support functionality.</td></tr><tr><td><strong>Automation</strong></td><td>Create and manage browser automation workflows.</td></tr><tr><td><strong>App Store</strong></td><td>Marketplace for applications integrating workflow automation.</td></tr><tr><td><strong>Developer</strong></td><td>Tools and resources for developers.</td></tr><tr><td><strong>Setting</strong></td><td>Configure and customize system settings.</td></tr><tr><td><strong>Support</strong></td><td>Help center.</td></tr><tr><td><strong>About</strong></td><td>Information about the application and version.</td></tr></tbody></table>


---

# 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://help.gpmloginapp.com/gpm-login-global-en/gpm-login-global-user-guide.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.
