# Active Session management

#### Monitoring Your Activity

In the [Security Settings tab](https://app.dataimpulse.com/account/security), under the Active sessions section, you can view details for each connection:

* Device Type: Identifies the operating system and device type (e.g., Desktop · Mac OS X).
* Browser: Displays which web browser was used (e.g., Chrome).
* IP Address: Shows the specific network address of the connection.
* Last Seen: Provides a timestamp of the most recent activity.
* Location: Detects the geographic origin of the session (e.g., The Netherlands).
* Status: A green "Current" badge identifies the device you are using right now.

#### Terminating Sessions

If you notice a suspicious login or simply want to log out from all other devices (for example, after using a public computer), you can use the Terminate all function.

1. Navigate to the Security Settings tab.
2. Scroll down to the Active sessions area.
3. Click the red Terminate all button located at the top right of this section.
4. Result: All existing sessions, except for your current one, will be immediately logged out, requiring a new login (and 2FA code, if enabled) to regain access.

***

{% hint style="warning" %}
For maximum security, we recommend enabling 2FA (Two-Factor Authentication) in this same menu to add an extra layer of protection to every sign-in attempt.
{% 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://docs.dataimpulse.com/dashboard/active-session-management.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.
