> For the complete documentation index, see [llms.txt](https://docs.we360.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.we360.ai/reference/product/work-and-time-management/invoicing.md).

# Invoicing

The **Billing & Invoices** tab shows your active subscription details and your full invoice history in one place.

{% hint style="info" %}
Only Tenant Owners can access **Organization & Billing**.
{% endhint %}

## Open the billing page

1. Go to **Settings**.
2. Open **Organization & Billing**.
3. Select the **Billing & Invoices** tab.

## What you can see here

### Current subscription

At the top of the page, you can review your current plan details, including:

* **Plan name**
* **Subscription status**
* **Total usage**
* **Next billing date**

If plan upgrades are available for your workspace, you can also use the **Upgrade Plan** action from this page.

### Invoice history

The **Invoices** section lists all generated invoices with:

* **Invoice date**
* **Due date**
* **Total amount**
* **Status**

This helps you track whether an invoice is active, paid, due, or void.

## Email an invoice

Each invoice row includes an option to send the invoice by email.

Invoices are sent to the **contact person email** set in **Company Details**.

{% hint style="warning" %}
The contact email must belong to an active user in your We360.ai company.
{% endhint %}

## Change the invoice email

To change where invoices are sent:

1. Go to **Settings**.
2. Open **Organization & Billing**.
3. Select the **Company Details** tab.
4. Update the **contact person email**.
5. Save your changes.

After that, future invoice emails will be sent to the updated contact email.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.we360.ai/reference/product/work-and-time-management/invoicing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
