> For the complete documentation index, see [llms.txt](https://docs.dataimpulse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataimpulse.com/dataimpulse-documentation-zh-cn/yi-biao-ban/huo-yue-hui-hua-guan-li.md).

# 活跃会话管理

#### 监控您的活动

在 [安全设置选项卡](https://app.dataimpulse.com/account/security)中，在“活动会话”部分，您可以查看每个连接的详细信息：

* 设备类型：标识操作系统和设备类型（例如，Desktop · Mac OS X）。
* 浏览器：显示使用的网页浏览器（例如，Chrome）。
* IP 地址：显示连接的具体网络地址。
* 最后活动：提供最近活动的时间戳。
* 位置：检测会话的地理来源（例如，The Netherlands）。
* 状态：绿色的“Current”徽章表示您当前正在使用的设备。

#### 终止会话

如果您发现可疑登录或只是想从所有其他设备登出（例如，在使用公共计算机后），您可以使用“Terminate all”功能。

1. 导航到“安全设置”选项卡。
2. 向下滚动到“活动会话”区域。
3. 点击位于此部分右上角的红色“Terminate all”按钮。
4. 结果：除当前会话外，所有现有会话将立即被登出，需重新登录（如果启用，还需输入 2FA 代码）以恢复访问权限。

***

{% hint style="warning" %}
为获得最大安全性，我们建议在同一菜单中启用 2FA（两步验证），为每次登录尝试添加额外的保护层。
{% endhint %}


---

# 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://docs.dataimpulse.com/dataimpulse-documentation-zh-cn/yi-biao-ban/huo-yue-hui-hua-guan-li.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.
