# Set Up BraidPay

- [Creating an Account](https://docs.braidpay.com/braidpay/set-up-braidpay/quickstart.md): Step-by-step guide on how to sign-up for BraidPay
- [Setting Up Your Wallet](https://docs.braidpay.com/braidpay/set-up-braidpay/setting-up-your-wallet.md): BraidPay uses advanced MPC (Multi-Party Computation) technology to ensure the security of your assets while giving you full control. To start accepting payments you must set up your wallet.
- [Identity Verification (KYC)](https://docs.braidpay.com/braidpay/set-up-braidpay/identity-verification-kyc.md): To ensure the security of all transactions, completing identity verification (KYC) is required. This process confirms your identity and helps prevent fraud, ensuring compliance with global regulations
- [Dashboard Overview](https://docs.braidpay.com/braidpay/set-up-braidpay/dashboard-overview.md): The dashboard is designed to give you a clear, organized view of your account and transaction activities. You can quickly access key features like creating payment links and sending invoices.
- [Webhooks](https://docs.braidpay.com/braidpay/set-up-braidpay/webhooks.md)


---

# 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/set-up-braidpay.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.
