> 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/plugins.md).

# Plugins

{% hint style="info" %}
***GPMLogin tip:*** Do you need detailed instructions? Watch the video on our official channel [<mark style="color:red;background-color:$info;">**YouTube Channe**</mark>](#user-content-fn-1)[^1]<mark style="color:red;background-color:$info;">**l**</mark>
{% endhint %}

GPM Login Global provides a diverse Plugin ecosystem to expand features and optimize the account management experience. You can immediately use the pre-integrated tools, or develop (build) your own Plugins to serve specialized needs.

> 💡 Notice: The development team is currently completing the documentation (API/SDK) to support users in building and integrating Plugins into the GPM Login Global system themselves. This documentation will be announced soon in upcoming updates.

Below is a list of default Plugins currently supported on the software:

#### 1. IPv6 Creator Tool

A feature that allows you to initialize and manage a series of free IPv6 Proxies in bulk right on your computer.

Environment requirements: For the tool to work and generate IPv6 successfully, your network system needs to fully meet 2 mandatory conditions:

* Network device (Router/Modem): Must support and have the IPv6 protocol enabled (Please check in your home network device's management page).
* Computer: The IPv6 (Internet Protocol Version 6) protocol must be checked (Enabled) in the Network & Internet settings of the operating system.

> 🎥 Detailed tutorial video: [How to create thousands of free IPv6 Proxies on GPM Login Global](https://www.youtube.com/watch?v=tINp0ojhr5E)

#### 2. Cleaner

An in-depth cleanup tool that helps optimize storage space on the computer's hard drive. Cleaner will automatically scan and clean up junk files generated during use, including: Temporary files, Cache, and system Logs, helping to free up memory and speed up the device.

#### 3. Backup Tool

A tool that supports packaging and backing up all data of Profiles currently stored on the local hard drive (Local).

* Data protection: Store backup copies to avoid data loss due to device failure or operating system errors.
* Flexible relocation: Backed up data can be easily copied and transferred to another computer to restore and continue using without losing the login status.

#### 4. Rename Profile Folder

By default, folders containing Profile data on the computer are usually saved as random ID strings.

This Plugin is responsible for synchronizing the names of the root folders in Local to exactly match the "Profile Name" displayed on the software interface. This utility helps users easily look up, manage, and manually intervene in the correct desired Profile folder quickly and accurately.

[^1]: <https://www.youtube.com/playlist?list=PLpEwQxqRGbYlXaITaChGEZHLQvuZpNVAs>


---

# 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/plugins.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.
