> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/setup-and-admin/security-governance/emergency-access/log-in-with-emergency-access.md).

# Log in with emergency access

This article describes how to log in to your Cerby workspace with emergency access when your identity provider is unavailable.

{% hint style="info" %}
**Who can use this feature?**

* A workspace member assigned to emergency access, except **Guest Users** and **Login-Only** users
* Supported using the Cerby web app
  {% endhint %}

As a workspace member assigned to emergency access, you can log in to your Cerby workspace with a registered security key if your identity provider is unavailable. An emergency access login bypasses your identity provider entirely, so you can regain access to your workspace during an outage without waiting for your identity provider to recover.

## Requirements

This procedure requires the following:

* At least one registered security key. See [Register a security key for emergency access](/setup-and-admin/security-governance/emergency-access/register-a-security-key-for-emergency-access.md).
* The emergency access login link for your workspace, obtained from your IT team or Cerby Support
* The FIDO2 or WebAuthn security key you registered, and a browser and device that support it

{% hint style="info" %}
Cerby does not link to the emergency access login page from the standard login screen. Your IT team or Cerby Support provides this link when your identity provider is unavailable.
{% endhint %}

## Log in with emergency access

To log in with emergency access, you must complete the following steps:

1. Open the emergency access login link for your workspace in a supported browser. The **Cerby Emergency Access** page is displayed.
2. Enter your email address in the **Work email** field.
3. Click the **Continue with security key** button. Follow the prompts from your browser or device to verify your identity with your registered security key.

A success message is displayed, and Cerby takes you to your dashboard.

{% hint style="warning" %}
An emergency access session lasts up to thirty minutes and cannot be extended. When it expires, log in again with your security key. During an emergency access session, you cannot assign, enroll, or remove emergency access for any user.
{% endhint %}

Now you are done.

## Related articles

**Setup guides:**

* [Explore Cerby Emergency Access](/setup-and-admin/security-governance/emergency-access/explore-emergency-access.md)
* [Register a security key for emergency access](/setup-and-admin/security-governance/emergency-access/register-a-security-key-for-emergency-access.md)

**Troubleshooting:**

* [Troubleshooting: Emergency Access issues](https://help.cerby.com/tips-and-troubleshooting/troubleshooting/workspace-access/troubleshooting-emergency-access-issues)


---

# 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://help.cerby.com/setup-and-admin/security-governance/emergency-access/log-in-with-emergency-access.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.
