# Auto-Lock

## **What is Auto-Lock?**

Auto-Lock automatically secures your Comet wallet after a period of inactivity.

This is a built-in safeguard to ensure that even if you forget to manually lock your wallet, it won't remain accessible indefinitely.

## **How It Works**

* After **5 minutes of inactivity**, your Comet wallet will lock itself.
* Once locked, any attempt to access the wallet will require the wallet's password.

[Learn how to manually lock/unlock your Comet wallet.](/user-guides/lock-unlock-wallet.md)


---

# 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.cometwallet.io/features/auto-lock.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.
