# Lost Device

<h2 align="center"><sub>This page means</sub></h2>

<table><thead><tr><th width="404">This playbook covers</th><th>This playbook does not replace</th></tr></thead><tbody><tr><td><sub>Integration and session hygiene after loss or theft</sub></td><td><sub>Your insurance claim or police report</sub></td></tr></tbody></table>

<h2 align="center"><sub>Order of operations</sub></h2>

{% stepper %}
{% step %} <sub>**First**</sub>

&#x20;<sub>Wipe or lock the device if your MDM allows. If not, assume the device is hostile.</sub>
{% endstep %}

{% step %} <sub>**Second**</sub>

<sub>Rotate secrets that lived on that device or in browser profiles: start with email, identity provider, password manager, then vendor keys that mattered this week.</sub>
{% endstep %}

{% step %} <sub>**Third**</sub>

<sub>In each vendor console, revoke old tokens explicitly.</sub> <sub></sub><sub>**Then**</sub> <sub></sub><sub>use</sub> <sub></sub><sub>**`Remove`**</sub> <sub></sub><sub>in ARIA for the matching slots and paste fresh values, followed by</sub> <sub></sub><sub>**Test**</sub><sub>.</sub>
{% endstep %}
{% endstepper %}

<h2 align="center"><sub>Healthy habits</sub></h2>

{% stepper %}
{% step %} <sub>**First**</sub>

<sub>Write the vendor list once while calm.</sub>
{% endstep %}

{% step %} <sub>**Second**</sub>

<sub>Tell yourself which integrations were on the laptop so nobody “helpfully” re-pastes stale keys from backup notes.</sub>
{% endstep %}

{% step %} <sub>**Third**</sub>

<sub>After recovery, change the story: prefer restricted scopes and shorter human paths to powerful consoles.</sub>
{% endstep %}
{% endstepper %}

***

<h2 align="center"><sub>Ask a question</sub></h2>

<p align="center"><sub><strong>Which vendor account does not yet have a second admin?</strong></sub><br><sub>Fix that gap this month, not the day someone’s laptop is stolen.</sub></p>


---

# 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.ariaagi.com/security-and-privacy/lost-device.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.
