# Close Sessions

The Close Sessions module terminates all other active sessions on your accounts, keeping only the current MVS Web session. This is useful for security or to clean up old logins.

![Close Sessions settings](/files/kYTTQ4yy7WDplCMZ49Z8)

## Settings Reference

| Setting           | Description                                                                    |
| ----------------- | ------------------------------------------------------------------------------ |
| **Threads**       | How many accounts to process at the same time. Default: 5.                     |
| **Account Limit** | Maximum number of accounts to process. Set to **0** for all selected accounts. |

## How to Use

1. Go to **Close Sessions** in the sidebar
2. Set the number of **Threads**
3. Select a **Proxy list**
4. In the **Accounts** section, select which accounts to process
5. Click **Start**

## Understanding the Results

| Result                              | What It Means                                                             |
| ----------------------------------- | ------------------------------------------------------------------------- |
| **SESSIONS\_CLOSED (terminated X)** | Other sessions were found and terminated. X = number of sessions removed. |
| **ALREADY\_CLEAN**                  | Only one session was active -- nothing to terminate.                      |
| **FROZEN**                          | Account is restricted.                                                    |
| **DEAD / BANNED / DEACTIVATED**     | Account is no longer working.                                             |

{% hint style="info" %}
Run Close Sessions after re-authorization if you want to make sure only your new session is active on the account.
{% endhint %}


---

# 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/close-sessions.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.
