# Profile Manager

The Profile Manager module lets you edit account profiles in bulk. You can set or delete names, usernames, bios, avatars, 2FA passwords, privacy settings, and account self-destruct timers.

![Profile Manager settings](/files/q8seqtJ2SAdKmPtEseF4)

## Settings Reference

### General Settings

| Setting         | Description                                                     |
| --------------- | --------------------------------------------------------------- |
| **Threads**     | How many accounts to edit at the same time. Default: 5.         |
| **Timeout (s)** | How long to wait for each account edit (seconds). Default: 120. |

### Profile Generator

| Setting           | Description                                                                                                                                                                                                               |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Auto Generate** | Automatically generate a random name, username, and emoji avatar for each account. When enabled, all manual set/delete options below are disabled. This is the quickest way to give all accounts unique-looking profiles. |

{% hint style="info" %}
**Auto Generate** is the easiest option if you just want all accounts to have names and avatars. It creates realistic-looking profiles automatically.
{% endhint %}

### Delete Options

These remove existing data from accounts:

| Setting             | Description                                                                          |
| ------------------- | ------------------------------------------------------------------------------------ |
| **Delete Avatar**   | Remove the profile photo.                                                            |
| **Delete Username** | Remove the @username.                                                                |
| **Delete Bio**      | Clear the bio/about text.                                                            |
| **Delete 2FA**      | Remove the 2FA password. Requires the current password to be stored in the database. |

### Set / Change Options

These add or update data on accounts:

| Setting              | Description                                                                                                       |
| -------------------- | ----------------------------------------------------------------------------------------------------------------- |
| **Set Name**         | Change the first and last name. Names are picked randomly from the names list (see Profile Data below).           |
| **Set Username**     | Set or change the @username. Usernames are picked from the usernames list.                                        |
| **Set Bio**          | Set or change the bio/about text. Bios are picked from the bios list.                                             |
| **Set Avatar**       | Set a profile photo. Photos are picked randomly from the `profile/photos/` folder. Supports JPG, PNG, and WebP.   |
| **Set / Change 2FA** | Set a new 2FA password. Enter a specific password in the field below, or leave it empty to generate a random one. |

### Privacy & TTL

| Setting             | Description                                                                                                                 |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| **Set Privacy**     | Apply a privacy preset to all privacy settings on the account.                                                              |
| **Preset**          | Choose a privacy level: **Max Privacy** (nobody sees anything), **Contacts Only**, or **Open** (everybody sees everything). |
| **Set Account TTL** | Set how long the account survives if inactive (no login).                                                                   |
| **TTL**             | Choose: 1 month, 3 months, 6 months, or 1 year (maximum).                                                                   |

### Profile Data

These text areas let you provide custom data for the set operations. Enter one item per line:

| Field         | Description                                                                                      |
| ------------- | ------------------------------------------------------------------------------------------------ |
| **Names**     | First names or "FirstName LastName" pairs, one per line. Overrides the `profile/names.txt` file. |
| **Bios**      | Bio texts, one per line. Overrides the `profile/bio.txt` file.                                   |
| **Usernames** | Usernames without the @ symbol, one per line. Overrides the `profile/usernames.txt` file.        |

{% hint style="info" %}
If you leave the text areas empty, the module looks for data in the `profile/` folder: `names.txt`, `bio.txt`, `usernames.txt`, and `photos/`. You can fill either the text area or the file -- the text area takes priority.
{% endhint %}

## How to Use

1. Go to **Profile Manager** in the sidebar
2. Choose your approach:
   * **Quick:** Enable **Auto Generate** to give all accounts random names, usernames, and emoji avatars
   * **Custom:** Toggle on individual set/delete actions and provide data
3. Select a **Proxy list**
4. In the **Accounts** section, select which accounts to edit
5. Click **Start**

## Understanding the Results

| Result                       | What It Means                                                           |
| ---------------------------- | ----------------------------------------------------------------------- |
| **OK**                       | All requested profile changes were applied successfully.                |
| **PARTIAL**                  | Some changes were applied but others failed (e.g., username was taken). |
| **FROZEN**                   | Account is restricted.                                                  |
| **BANNED / AUTH\_KEY\_DEAD** | Account is dead.                                                        |

The log shows exactly what was changed on each account (e.g., "name set, username set, emoji avatar set").


---

# 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://mvs-3.gitbook.io/mvs-docs/modules/profile-manager.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.
