# How-to Guide: Generating Wells Fargo’s Account Activity Report

1. Log into the Wells Fargo website and choose the relevant account
2. On the account page, under the **Activity** tab, click the **Download Account Activity** link
3. Select the date range
4. Under **File Format**, select **Comma Delimited**
5. Click **Download**


---

# 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.ledge.co/integration-guides/banks/how-to-guide-generating-wells-fargos-account-activity-report.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.
