> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-anvandarmanual/dashboard/profile_settings_and_logout/andra-pin.md).

# Ändra PIN

Du kan ändra din PIN-kod i profilen.

Om du har glömt PIN-koden kan du återställa den med OTP.

{% stepper %}
{% step %}

### Ändra PIN-kod

Öppna [Profilinställningar](/boomerang-3-anvandarmanual/dashboard/profile_settings_and_logout.md).

Klicka på **Ändra PIN-kod**.

<figure><img src="/files/Qm9gfQ3nJTic1ndeaSXc" alt=""><figcaption></figcaption></figure>

1. Ange din gamla PIN-kod.
2. Ange din nya PIN-kod två gånger.
3. Klicka på **Spara**.

<figure><img src="/files/7O7iwZvNzYDt2E9Kbz95" alt="" width="410"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Återställ PIN-kod

1. Klicka på **Glömde PIN-koden**.
2. Systemet skickar en engångskod (OTP) till din e-postadress.

<figure><img src="/files/ZQznUfAnHXdcYCmDRMLL" alt="" width="414"><figcaption></figcaption></figure>

<figure><img src="/files/ZzWJHSlltnSAD6OmgFTP" alt="" width="388"><figcaption></figcaption></figure>

3. Ange OTP-koden.
4. Klicka på **Verifiera OTP**.
5. Ange ny PIN-kod två gånger.
6. Klicka på **Spara**.
7. Signera transaktionen.

<figure><img src="/files/ODm8WrxnrEILK0bllQ5b" alt="" width="411"><figcaption></figcaption></figure>

8. Systemet bekräftar PIN-ändringen.
   {% endstep %}
   {% endstepper %}

{% hint style="info" %}
Det kan ta några minuter innan e-postmeddelanden med engångslösenord anländer. Kontrollera din skräppostmapp.
{% endhint %}


---

# 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.boomerang3.com/boomerang-3-anvandarmanual/dashboard/profile_settings_and_logout/andra-pin.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.
