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

# Setting

{% 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 %}

### 1. General Settings

This section includes settings related to the license and basic operational configuration of the software:

* Activation License: Manage, change, or update the currently used License key.
* Hardware Acceleration (GPU Usage): Enable or disable the use of the Graphics Processing Unit (GPU) to handle tasks.
* Private Server URL: Customize the connection path to a private storage server (if any).
* Local Storage: Change the root folder location used to store Profile data on the computer's hard drive (Local).
* Proxy Check Server: Set up a dedicated server to ping and check the operational status of the Proxy.

<div data-with-frame="true"><figure><img src="/files/0LWcPN7Aq3ucxukjOevD" alt="" width="563"><figcaption></figcaption></figure></div>

### 2. Browser Settings

This section allows you to deeply intervene in the default features and behaviors of the browser engine:

* Cache Clearing: Configure enabling/disabling the automatic cache clearing feature to free up storage space.
* Restore Previous Session: Automatically reopen the tabs from the most recent visit when you restart the Profile.
* Startup URLs: Set a list of default websites that will automatically open with the browser.
  * *Each address is separated by a space.*
  * *Example:* `https://www.facebook.com/ https://www.youtube.com/`
* Bookmarks Management: Add and manage a list of bookmarked (favorite) websites.
  * *Pay attention to the correct syntax; a line break is required after each address, standard syntax:*
  * `Short_name|url_address`
* Fake Fingerprint Modes: Customize advanced parameters to change how the browser fingerprint is spoofed (Anti-detect), helping to maximize identity protection.

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

### 3. API Getway

Provides the Local API URL to connect with control software from outside the app.

[^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/setting.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.
