# Security

Within the wallet management menu, you have the option to set a wallet PIN. **Once this is set, your PIN is exclusive to you.**&#x20;

{% hint style="warning" %}
Ensure you save your seed phrase and PIN. If you forget your PIN you cannot retrieve your wallet private key and must delete and re-add wallet.
{% endhint %}

We're happy to announce major security updates will take place as we grow ApeBot in the coming months.&#x20;

These will include:

* **Multi-layer auth via Google Authenticator**&#x20;
* **Email/Text verification methods**

We will keep the community updated as we roll these out.


---

# 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://apebot-documentation.gitbook.io/apebotsol/apebot-features/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.
