# Viewing taxes and invoices

## Getting monthly invoices <a href="#monthly-invoices" id="monthly-invoices"></a>

If you have a monthly subscription, you can download PDF invoices for every payment.

To view and manage invoices:

1. Retrieve your organization. See [Retrieving your organizations](/sonarqube-cloud/getting-started/viewing-organizations.md) for more information.
2. Go to **Billing and upgrade**.
3. In the **Billing and payment information** section, select **Edit**. The customer portal opens.
4. The **Invoice History** section shows the list of invoices for the organization.
5. To view an invoice, select it in the list. The invoice page opens.
6. To view more details, select **View invoice and payment details**.
7. To download the invoice, select **Download invoice**.
8. To download the receipt, select **Download receipt**.

## Viewing the indirect taxes <a href="#indirect-taxes" id="indirect-taxes"></a>

Depending on where your business is located, you may be charged taxes in addition to your subscription fee. Tax rates are calculated based on the tax laws where you live. SonarQube Cloud determines where you live based on the country, state/county, street number, and ZIP Code that you provided when you purchased your subscription.

{% hint style="info" %}

* The tax amounts can change over time with local tax requirements.
* If your company has moved, change your billing details accordingly. We will calculate and charge you the appropriate rate for your new company address. See [Updating billing or payment details](/sonarqube-cloud/administering-sonarcloud/managing-subscription/updating-billing-payment-details.md) for more information.
  {% endhint %}

To view the details of what you’re being charged (indirect taxes), look at your invoices: see above.

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Subscription plans](/sonarqube-cloud/administering-sonarcloud/managing-subscription/subscription-plans.md)
* [Billing model](/sonarqube-cloud/administering-sonarcloud/managing-subscription/billing-model.md)
* [Signing up for a plan](/sonarqube-cloud/administering-sonarcloud/managing-subscription/signing-up-for-plan.md)
* [Changing your subscription plan](/sonarqube-cloud/administering-sonarcloud/managing-subscription/changing-plan.md)
* [Updating billing or payment details](/sonarqube-cloud/administering-sonarcloud/managing-subscription/updating-billing-payment-details.md)
* [Viewing billing or usage information](/sonarqube-cloud/administering-sonarcloud/managing-subscription/viewing-billing-and-usage.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.sonarsource.com/sonarqube-cloud/administering-sonarcloud/managing-subscription/viewing-taxes-and-invoices.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.
