> For the complete documentation index, see [llms.txt](https://support.getbcard.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.getbcard.io/how-to-guides.md).

# How-To Guides

- [Getting Started with BCard](https://support.getbcard.io/how-to-guides/getting-started-with-bcard.md): The sooner you start, the more you'll support your community
- [How to fund your BCard](https://support.getbcard.io/how-to-guides/how-to-fund-your-bcard.md): You can fund your BCard via a traditional bank, PayPal account, or even a crypto offramp via ACH (automated clearing house) transfer.
- [Connecting a Bank Account that uses Plaid](https://support.getbcard.io/how-to-guides/how-to-fund-your-bcard/connecting-a-bank-account-that-uses-plaid.md): Many traditional banks utilize a third party "Plaid" to connect external accounts.
- [Fund your BCard with Cryptocurrency](https://support.getbcard.io/how-to-guides/how-to-fund-your-bcard/fund-your-bcard-with-cryptocurrency.md): Beam is a third party provider that allows you to link your BCard account to its service. It converts cryptocurrencies from ten different chains to USD via unique addresses assigned to you.
- [How to Add Your BCard to Apple Pay/Google Wallet](https://support.getbcard.io/how-to-guides/how-to-add-your-bcard-to-apple-pay-google-wallet.md): Add BCard to your digital wallet to enable tap payments
- [How to Export Rewards](https://support.getbcard.io/how-to-guides/how-to-export-rewards.md): Rewards can be exported from your BCard account at any time.
- [Frequently Asked Questions (FAQ's)](https://support.getbcard.io/how-to-guides/frequently-asked-questions-faqs.md): Below you will find a list of frequently asked questions we have received from our users. Please review these to see if your question has been asked before prior to submitting a support request.
- [How to Close Your Account](https://support.getbcard.io/how-to-guides/how-to-close-your-account.md): These are the instructions for requesting an account closure.


---

# 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.getbcard.io/how-to-guides.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.
