> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/billing/statements/view-statements.md).

# View statements

Use the **Statements** page to review all billing statements for your account. Select a statement ID to open its details.

### View the statements list

To view your statements:

1. Go to **Billing** > **Statements**.
2. Review the list of statements.
3. Check the statement ID, total amount due, status, and type. **Debit** means the total amount is zero or positive. **Credit** means the total amount is negative.

<div data-with-frame="true"><figure><img src="/files/Zl9XXsgeTR2YiWabaERu" alt=""><figcaption><p>Use the Statements page to view your statements.</p></figcaption></figure></div>

### Open statement details

The statement details page shows more information for a specific statement. Some fields are read-only. Some fields include links to related records.

To view statement details:

1. Go to **Billing** > **Statements**.
2. (Optional) Use filters to find the statement you want. For details, see [Filter statements](/modules-and-features/billing/statements/filter-billing-statements.md).
3. Select a statement ID to open the statement details page.

<div data-with-frame="true"><figure><img src="/files/ct14i1zLafFruRdm4xfl" alt=""><figcaption><p>Use the details page to view detailed information for a statement.</p></figcaption></figure></div>

4. Use these tabs on the statement details page:

<table><thead><tr><th width="164">Tab</th><th>Description</th></tr></thead><tbody><tr><td><strong>Charges</strong></td><td>Shows the charges and subscriptions for the billing period.</td></tr><tr><td><strong>Attachments</strong></td><td>Shows the statement files you can open or download. For details, see <a href="/spaces/Z5DNbniz33mXCZoO62Rm/pages/rsfihtFl82gN1jRj6Dj5">Download statements</a>.</td></tr><tr><td><strong>Details</strong></td><td>Shows reference fields, additional IDs, and timestamps.</td></tr><tr><td><strong>Audit trail</strong></td><td>Shows the statement activity history. For details, see <a href="/spaces/Z5DNbniz33mXCZoO62Rm/pages/JDfWpNZKSOWvWaQjaRbq">Audit trail</a>.</td></tr></tbody></table>

### Review statement charges

The **Charges** tab shows the individual charges for the billing period. These charges are used to calculate the statement total and invoice.

You can also review the same charge data in the downloaded Excel statement. For details, see [Download statements](/modules-and-features/billing/statements/download-statements.md).

To review charges on a statement:

1. Open the statement details page.
2. Select the **Charges** tab.
3. Review the individual charges and related subscriptions.
4. To open more information for a charge, select **View details** in the **Actions** column.


---

# 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.platform.softwareone.com/modules-and-features/billing/statements/view-statements.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.
