# Account Statement

The Account Statement feature enables you to generate a customer's account statement. This guide will walk you through developing an account statement within the Udara360 core banking system.

## Accessing The Account Statement Page

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. Choose the desired export option (e.g., PDF, EXCEL, PRINT). The export option available to a user depends on the permission granted to such user.
5. Click the **Generate** button.

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


---

# Agent Instructions: 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.
