# Security and Privacy Settings

- [Self Custodial Wallet](https://docs.braidpay.com/braidpay/security-and-privacy-settings/self-custodial-wallet.md)
- [Change Your Pin](https://docs.braidpay.com/braidpay/security-and-privacy-settings/change-your-pin.md): Updating your wallet PIN in BraidPay is straightforward, allowing you to enhance your account security as needed.
- [Manage Fraud Risks](https://docs.braidpay.com/braidpay/security-and-privacy-settings/manage-fraud-risks.md): At BraidPay, we prioritize the security of your transactions and implement robust measures to manage and reduce fraud risks.
- [Backup Wallet](https://docs.braidpay.com/braidpay/security-and-privacy-settings/backup-wallet.md): Backing up your wallet provides an additional layer of security, allowing you to recover access even if you forget your PIN. BraidPay offers two backup methods: Google Drive and Passkey.
- [API Keys](https://docs.braidpay.com/braidpay/security-and-privacy-settings/api-keys.md): BraidPay API keys allow developers to securely connect their applications to BraidPay. Keys are scoped and environment-specific (Test or Live) to ensure proper access control.  You can create, revoke,


---

# 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.braidpay.com/braidpay/security-and-privacy-settings.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.
