# Activity

## Getting Here <a href="#getting-here" id="getting-here"></a>

**Settings > My Profile > Activity**

***

## My Profile - Activity <a href="#my-profile---activity" id="my-profile---activity"></a>

The **Activity** page under "My Profile" provides a detailed history of the user's active sessions, including IP addresses, session start times, and last access details.

***

### Page Overview <a href="#page-overview" id="page-overview"></a>

#### Top Controls <a href="#top-controls" id="top-controls"></a>

* **Auto-refresh**:
  * Status: `Auto-refresh is on`
  * Refresh Interval: Last **4 hours**
* **REFRESH Button**: Allows the user to manually refresh the session data.

***

### Activity Table <a href="#activity-table" id="activity-table"></a>

The table displays the session activity in the following columns:

| **Field**       | **Description**                                       |
| --------------- | ----------------------------------------------------- |
| **IP**          | The IP address associated with the active session.    |
| **Started**     | The date and time the session was started.            |
| **Last Access** | The date and time of the user's most recent activity. |

***

#### Example Table Output <a href="#example-table-output" id="example-table-output"></a>

| **IP**         | **Started**         | **Last Access**     |
| -------------- | ------------------- | ------------------- |
| 73.122.140.135 | 2024-12-16 18:20:37 | 2024-12-16 19:17:37 |
| 73.122.140.135 | 2024-12-16 18:18:40 | 2024-12-16 19:20:45 |

***

### Features <a href="#features" id="features"></a>

1. **IP Address Tracking**
   * Displays the IP address from which the user accessed their account.
2. **Session Timestamps**
   * **Started**: Shows when the session began.
   * **Last Access**: Tracks the most recent activity time for the session.
3. **Auto-Refresh**
   * Keeps session data up-to-date within the last **4 hours**.
   * Users can manually update the data using the **REFRESH** button.

***

### Notes <a href="#notes" id="notes"></a>

* **Multiple Sessions**: If multiple sessions are active, they will appear as separate rows in the table.
* **Session Management**: The user can monitor session times and IPs to ensure account activity is valid.


---

# 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.fusion.vectra.ai/settings/profile/activity.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.
