# Remove your PIN

If you no longer want to have a PIN in Bugs+, you can remove it. This will only work if you know your current PIN, so if you forgot it, please check out the [Reset a forgotten PIN](/pin/reset-a-forgotten-pin.md) support article from Bugs+. This won’t reset your PIN requirements, but your current PIN requirements won’t be enforced until you add the PIN again,

Follow the following steps to do this:

* Open the Account Tab (the person icon)
* Then, press Settings
* After that, press More Settings
* Foruthly, press Bugs+ Application PIN
* Select Disable PIN
* Enter your current PIN
* Press Disable PIN
* It’s done!

{% hint style="info" %}
This only resets your PIN on the device you did it on. If you no longer want to use a PIN on all your devices, please do it manually on your other devices as well.
{% endhint %}


---

# 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.bugsplus.me/pin/remove.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.
