> ## 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

> अपने Tenderly account या organization के लिए अपना billing page खोजें, plans बदलें, invoices डाउनलोड करें, और Ethereum पर USDT या USDC में भुगतान करें।

<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">मैं अपना plan और उपयोग कहाँ देख सकता हूँ?</h2>

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

      <div>
        Dashboard में [Billing page](https://dashboard.tenderly.co/account/billing) पर जाएँ।

        * **व्यक्तिगत accounts**: ऊपरी-बाएँ कोना → **आपका नाम** → [**Account**](/platform/account/overview) → **Billing**।
        * **Organizations**: ऊपरी-बाएँ कोना → [**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">मैं अपना plan कैसे बदलूँ?</h2>

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

      <div>
        Upgrade, downgrade, या custom plans पर चर्चा करने के लिए, [हमारी 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">मैं अपने invoices कहाँ डाउनलोड कर सकता हूँ?</h2>

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

      <div>
        Invoices Dashboard से सीधे डाउनलोड करने योग्य नहीं हैं। कृपया हमारी support team से [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">क्या मैं cryptocurrency में भुगतान कर सकता हूँ?</h2>

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

      <div>
        हाँ, हम Ethereum पर **USDT** और **USDC** स्वीकार करते हैं। crypto भुगतान के लिए स्थानीय कानूनी आवश्यकताओं का अर्थ है कि हमें पहले एक invoice उत्पन्न करने की आवश्यकता है। हमें चाहिए:

        * आपका पहला और अंतिम नाम या कंपनी का नाम
        * कानूनी पता
        * पंजीकरण संख्या / VAT संख्या (कंपनियों के लिए)
        * वह plan जो आप चाहते हैं

        एक बार जब आप यह प्रदान करते हैं, तो एक team सदस्य आपको भुगतान निर्देशों के साथ एक invoice email करेगा। आपकी सदस्यता तब सक्रिय होती है जब भुगतान की पुष्टि हो जाती है।

        <Warning>
          Crypto भुगतान केवल वार्षिक भुगतान plans के लिए उपलब्ध हैं।
        </Warning>
      </div>
    </div>
  </Card>
</div>
