# Settings

The settings page helps the user to manage the activities of the accounts like language selection, lock account, notification settings, key management, and membership.

There are three sections in the settings page,

1. General
2. Key Management
3. Membership

## 1. General

The general section consists of option to select language, enable notification and set lock wallet time.

* **Select language** option has a drop-down menu to choose language among English and Russia.
* **Show notification** option has Yes/No selection to enable/disable notification based on user's choice.\
  By selecting **Yes,** the check boxes to enable notification for each activities will be visible.\
  By selecting **No,** the check boxes will be grayed out.
* **Lock wallet** option has the drop-down list with time in minutes. This helps the user to choose a desired time to lock the account.
* The URL to copy the faucet link will be provide at the bottom of the page.

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

## &#x20;2. Key Management

This tab helps the user to generate keys for owner, active and memo account. The public account key will be listed at the bottom of the page.

a. The user has to enter the Master password in the tab provided.&#x20;

b. Select the keys that has to be generated by clicking the required name such as Owner, Active and Memo

c. Click the button ***Let's go*** to generate the keys.

<figure><img src="/files/F7AKm5KGYoaYEKfvgo8F" alt=""><figcaption><p>Fig-2: Key management settings</p></figcaption></figure>

<figure><img src="/files/uHRwexybqyDsCymdSJfU" alt=""><figcaption><p>Fig-3: Key generation</p></figcaption></figure>

## 3. Membership

This tab provide the details about the existing information about the account. The details include Fee allocation, Fee statistics, Pending Fees, Vesting Fees.

This page allow the user to Buy Lifetime Subscription in a single click.

* [ ] Click on the **Buy Lifetime Subscription** button, next it shows a screen to enter password to confirm the login.
* [ ] After successful login, confirm the transaction to upgrade your account.

<figure><img src="/files/1XY3PrilpRJDuH0AbSSG" alt=""><figcaption><p>Fig-4: Membership details</p></figcaption></figure>

<figure><img src="/files/H2abD6akaGwOChhDfugb" alt=""><figcaption><p>Fig-5: Lifetime membership confirmation</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://community.peerplays.com/technology/peerplays-dex/user-guide/settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
