# Security

Use **Security** when you want to review where your Fetch Hive account is signed in. This page helps you inspect active sessions and revoke access from individual devices or every other device at once.

## Overview

The security page shows a sessions table with device and location details, last-seen activity, and a **Current session** badge for the device you are using now. You can search the table, revoke one session, or revoke all other sessions while keeping the current one active.

## How do I review active sessions? <a href="#review-active-sessions" id="review-active-sessions"></a>

Open **Settings** in the sidebar, then click **Security**.

Review the sessions table to see where your account is currently signed in.

Use the search field if you want to narrow the table to a specific device or session detail.

Look for the **Current session** badge so you know which row represents the device you are using now.

## How do I revoke one session? <a href="#revoke-one-session" id="revoke-one-session"></a>

Find the session you want to remove from the table.

Click **Revoke** on that row.

Confirm the action in the dialog to sign that session out.

## How do I revoke all other sessions? <a href="#revoke-all-sessions" id="revoke-all-sessions"></a>

Use **Revoke All Sessions** from the page header when you want to sign out every session except the current one.

Confirm the action in the dialog.

This is the fastest option when you have signed in on multiple devices and no longer trust them.

See also: [Team members](https://docs.fetchhive.com/your-workspace/team-members) and [Billing](https://docs.fetchhive.com/your-workspace/billing)


---

# 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.fetchhive.com/your-workspace/security.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.
