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

# How to View Billing and Invoices

> See the plan, invoices, and payment details for your organisation on the Billing page.

export const AdminOnly = () => <Info>
    This page is visible to organisation <strong>admins</strong> only. If you
    see <strong>You do not have permission to view this page</strong>, ask an
    admin to make the change, or to invite you with the Admin role.
  </Info>;

<AdminOnly />

Open **Settings > Billing** to see the plan, invoices, and payment details for this organisation.

<Frame caption="The Billing page, with plan information and the invoices table.">
  <img
    src="https://mintcdn.com/mentionme/kgVB-NOv7qaOtEjq/images/knowledge-app/settings/organisation/billing.png?fit=max&auto=format&n=kgVB-NOv7qaOtEjq&q=85&s=06d794182ebef89dce5d68c7a3d89a12"
    alt="Billing settings showing plan details and an invoices
table"
    width="2702"
    height="1372"
    data-path="images/knowledge-app/settings/organisation/billing.png"
  />
</Frame>

Invoices are scoped to the **client account**, which can cover more than one brand. The invoices table says so in its description.

For billing questions, email <a href="mailto:accounts@mention-me.com" target="_blank" rel="noopener noreferrer">[accounts@mention-me.com](mailto:accounts@mention-me.com)</a>.

## View Invoices

<Steps>
  <Step title="Open Billing">Go to **Settings > Billing**.</Step>

  <Step title="Read the Table">
    The **Invoices** table lists invoice number, date, due date, amount
    (including VAT), and status. Invoices are hidden on the demo environment
    until you go live.
  </Step>
</Steps>

If there are no invoices yet, the empty state tells you to contact accounts. If a load fails, you will see **We couldn't load your invoices**.

## Manage a Card or Plan

<Note>
  **Early access.** Self-serve card and plan management (the Stripe **Manage
  Billing** flow) is rolling out gradually. If you do not see those cards, email
  accounts instead.
</Note>

When this is enabled for your workspace:

* **Billing** shows the card brand and last four digits, or **No payment method**. Click **Manage Billing** to open the Stripe portal.
* **Your subscription** lists product plans so you can change them.

Starter is the free Product Referral plan. Pro is the paid plan. Some reporting tiles show an **Unlock this data** prompt until the workspace is on Pro.

## See Also

<CardGroup cols={2}>
  <Card title="How to Manage Organisation Members" icon="users" href="/knowledge-app/settings/organisation/members">
    Control who can open admin-only pages such as Billing.
  </Card>

  <Card title="Settings" icon="gear" href="/knowledge-app/settings/overview">
    Back to every settings page.
  </Card>
</CardGroup>
