> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/accreditation-bodies/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/accreditation-bodies/settings/settings/security-settings.md).

# Security Settings

To view your Security Settings, from the Dashboard click **'Settings'** in the left-hand navigation. In the navigational tab, click "Security Settings"

Here, you can change your password, set up your login authenticators and view your activities.&#x20;

## Change Password

To change your password:

1. Click '**Settings'** in the left-hand navigation.
2. Click '**Security Settings'** in the navigational tab.
3. Click the **'Change Password'** button
4. In the pop-up window, type in the old password, new password, and confirm password. Ensure that the new password and the confirmed password match.
5. Once completed, click the **'Confirm'** button.
6. You have now successfully changed your password.

## 2-Factor Authentications

{% hint style="info" %}
Please note: Email guard authenticator is always required. If you happen to enable the Google Authenticator you'll just have an option which authenticator you want to use during login.
{% endhint %}

To manage your Google Authenticator:

1. You will first need to download a Google Authenticator on your mobile to use this feature.
2. From the Dashboard, click '**Settings'** in the left-hand navigation.
3. Click **'Security Settings'** in the menu bar.
4. Click the toggle button to enable the Google Authenticator
5. A pop-up window will appear with a QR code.
6. In your Google Authenticator app, add IAF CertSearch by scanning the QR code.
7. Once scanned click the **'Continue'** button
8. In the next screen, you will be asked to input the code that is generated from the Google Authenticator app.
9. Once added, click **'Confirm'**
10. The Google Authenticator app is now successfully enabled and is activated every time you log in to IAF CertSearch.


---

# 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://support.iafcertsearch.org/accreditation-bodies/settings/settings/security-settings.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.
