# Tax Reporting

Users can generate a tax report with a start date and end date of their choosing within Bold.&#x20;

1. To navigate to your tax reporting homepage click the `Account` button at the top right of your screen.

<figure><img src="/files/0271O6mHRmo4TNIuv2M4" alt=""><figcaption></figcaption></figure>

2. Click your `Name` to take you to your account settings.&#x20;
3. Click `Taxes`.
4. From the `Taxes` homepage you can generate a tax report based on the dates of your choosing. You can also choose the format for your tax report from:&#x20;

* Bold CSV
* TurboTax CSV
* CoinTracker CSV
* CoinLedger CSV

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

### Generate Your Tax Report

1. From the `Taxes` homepage, enter in the `Start date` and `End dates` you want the report to cover.&#x20;

<figure><img src="/files/U23S2H1OGEswcmCeu45d" alt="" width="300"><figcaption></figcaption></figure>

2. Choose which format you want the report.
3. Click `Generate report`.
4. Your report will be generated and you will be able to download it.&#x20;
   1. All tax reports you generate will be stored on the `Taxes` page of your Bold account.

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

### How Rewards are Taxed

* When your account is eligible to redeem your rewards is when rewards are considered for taxes. An account is eligible to redeem their rewards after they have purchased $100 or more of Bitcoin on their Bold accounts.&#x20;


---

# 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.getbold.io/general/tax-reporting.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.
