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

# Download invoice

> Let customers download an invoice for their order, with a template you can customize.

<Steps>
  <Step title="Open Recheck and click on Modules in the left menu." />

  <Step title="Select Download invoice from the list of modules." />

  <Step title="Enable the &#x22;Download invoice&#x22; toggle.">
    This adds a Download invoice row to the customer-facing edit UI. The customer clicks **Download**, which opens the invoice in a new tab in a print-preview view, with an option to save it as a PDF.
  </Step>
</Steps>

Available on all plans.

## Customizing the invoice template

Click **Edit invoice template** on the module page to open the editor. It has four tabs.

### Edit invoice

A code editor for the invoice template, written in Liquid. You can create and save more than one template, but only the template you have selected is the one customers download.

### Branding

Quick controls for how the invoice looks: a custom logo URL, logo width, and accent color.

The logo field takes any publicly accessible image URL. You can upload a file in Shopify admin under **Content > Files** and paste that URL here, or use another public URL. You can also set logo width and accent color directly in the Liquid template instead.

### Variables

A read-only list of the variables available to your template and what each one means. Nothing here is editable. Use it as a reference while you write the template.

### Preview

A preview of the invoice. It may refresh on its own as you edit the template or branding. If it lags, click **Refresh preview** to update it.

<Note>
  Only the selected template is active for customers. If you keep several templates, make sure the right one is selected before you publish changes.
</Note>

# Need help?

Our guides contain information on everything from the basics of setting up Recheck to advanced customizations available with every feature. But we're always here to offer help personally if you need it.

<CardGroup cols={2}>
  <Card title="Contact us" icon="question" href="mailto:kunal@recheckapp.com">
    Get personalized support from our founders
  </Card>

  <Card title="Book a demo" icon="calendar" href="https://cal.com/kunalkonde/recheck-discussion">
    See how Recheck can help your brand
  </Card>
</CardGroup>
