# Getting your invoice

Pazly uses Stripe as its merchant of record, for processing payments and subscriptions. At signup, Stripe automatically sends an invoice email.  Some email providers may automatically add it to your spam folder.&#x20;

In case you do not receive an invoice email, no worries. All invoices are available in your Pazly user account. To access them please follow these 2 easy steps:

**Step 1**: click on the user profile icon on the top right of the screen

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

**Step 2**: on the resulting popup, go to the Membership tab. You will be able to manage your billing information and see the history of your billing. Click on the **View** button in your billing history to receive your invoice.&#x20;

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


---

# 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.pazly.dev/billing-and-user-settings/getting-your-invoice.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.
