# Manage Bank Accounts

### Overview

You can modify your linked bank accounts at any time. This includes increasing your investment payment limits, choosing which account is used by default, or removing accounts you no longer use.

### Before You Begin

{% hint style="info" %}
Ensure the bank account you wish to manage is currently marked as **Active**.
{% endhint %}

### Updating Payment Limits

If you wish to make an investment larger than your current cap, you will need to update your Payment Limit.

1. **Select the Account**\
   Go to **Settings > Bank Accounts** and tap on the active account you wish to modify.
2. **Edit Limit**\
   Tap the **Edit Payment Limit** button.
3. **Enter New Amount**\
   Input the new maximum limit you require and tap **Update Limit**.

   <figure><img src="/files/2wteaGKVubEG6Z6JQiDa" alt=""><figcaption></figcaption></figure>
4. **Re-authorise with Your Bank**\
   Because this changes the terms of your PayTo agreement, you must re-approve this change. Open your banking app and authorise the updated agreement.

{% hint style="warning" %}
**Re-authorisation Required:** Changing your payment limit creates a new PayTo agreement. You cannot invest using the new limit until you have approved the request inside your banking app.
{% endhint %}

### Setting a Default Account

If you have multiple bank accounts linked, you can specify which one should be selected automatically for new investments.

1. **Select the Account**\
   Tap on the account you wish to make your primary funding source.
2. **Set as Default**\
   Tap the **Set as Default** button. The "Default" tag will now appear next to this account in your main list.

### Removing an Account

1. **Select the Account**\
   Tap on the account you wish to unlink.
2. **Remove**\
   Tap the red **Remove Account** button. This will cancel the PayTo agreement and remove the account from your profile.

### Need Help?

If you run into any issues, contact the CTRLSuper support team at <support@ctrlsuper.com.au>.


---

# 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://ctrlsuper.gitbook.io/ctrlsuper-docs/manage-bank-accounts.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.
