> For the complete documentation index, see [llms.txt](https://docs.udara360.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.udara360.io/core-features/account-management/customer-account/account-statement.md).

# Account Statement

The Account Statement page allows you to generate a detailed statement of transactions for any customer account within a specified date range. You can export the statement in your preferred format; PDF, Excel, or Print. This guide will walk you through generating an account statement.

## Accessing The Account Statement

1. Log into the application using your credentials.
2. From the dashboard, navigate to **Accounts** in the side menu.
3. Select **Customer Account** from the dropdown list.
4. Select **Account Statement** from the **Customer Account** dropdown lis&#x74;**.**

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

## Generate An Account Statement

To generate a customer's account statement:

1. Enter the **Account Number** for which you want to create a statement.
2. Select the **Start Date** of the period you wish to include in the statement.
3. Select the **End date** of the period.
4. Under **Choose Export Option**, select your preferred format  **PDF, Excel,** or **Print**
5. Click **Generate** to produce the statement

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

{% hint style="info" %}
The export options available to you depend on the permissions assigned to your user role. If an option is not visible, contact your system administrator to verify your role permissions.
{% endhint %}


---

# 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:

```
GET https://docs.udara360.io/core-features/account-management/customer-account/account-statement.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.
