> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ: Billing

> Find your billing page, change plans, download invoices, and pay in USDT or USDC on Ethereum for your Tenderly account or organization.

<div className="flex flex-col gap-4 mt-8">
  <Card>
    <div className="flex flex-col gap-2">
      <h2 id="where-can-i-see-my-plan-and-usage" className="text-xl font-semibold">Where can I see my plan and usage?</h2>

      <hr className="dark:border-neutral-800" />

      <div>
        Go to the [Billing page](https://dashboard.tenderly.co/account/billing) in the Dashboard.

        * **Personal accounts**: upper-left corner → **Your Name** → [**Account**](/platform/account/overview) → **Billing**.
        * **Organizations**: upper-left corner → [**Organization name**](/platform/account/organizations/overview) → **Billing**.
      </div>
    </div>
  </Card>

  <Card>
    <div className="flex flex-col gap-2">
      <h2 id="how-do-i-change-my-plan" className="text-xl font-semibold">How do I change my plan?</h2>

      <hr className="dark:border-neutral-800" />

      <div>
        To upgrade, downgrade, or discuss custom plans, [contact our sales team](https://tenderly.co/contact-us).
      </div>
    </div>
  </Card>

  <Card>
    <div className="flex flex-col gap-2">
      <h2 id="where-can-i-download-my-invoices" className="text-xl font-semibold">Where can I download my invoices?</h2>

      <hr className="dark:border-neutral-800" />

      <div>
        Invoices aren't downloadable from the Dashboard directly. Please contact our support team at [support@tenderly.co](mailto:support@tenderly.co).
      </div>
    </div>
  </Card>

  <Card>
    <div className="flex flex-col gap-2">
      <h2 id="can-i-pay-in-cryptocurrency" className="text-xl font-semibold">Can I pay in cryptocurrency?</h2>

      <hr className="dark:border-neutral-800" />

      <div>
        Yes, we accept **USDT** and **USDC** on Ethereum. Local legal requirements for crypto payments mean we need to generate an invoice first. We need:

        * Your first and last name or company name
        * Legal address
        * Registration number / VAT number (for companies)
        * The plan you'd like

        Once you provide this, a team member will email you an invoice with payment instructions. Your subscription activates once payment is confirmed.

        <Warning>
          Crypto payments are only available for yearly payment plans.
        </Warning>
      </div>
    </div>
  </Card>
</div>
