# How to Manage Banks in Omnitron?

This tutorial provides step-by-step instructions for managing Banks in Omnitron.

## <mark style="color:red;">Step 1: Access to Omnitron​</mark> <a href="#step-1-access-to-omnitron" id="step-1-access-to-omnitron"></a>

* Get access to the Omnitron panel.
* Enter your *Username* and *Password*, and then click the **Sign In** button.\
  ![](/files/FQgto2ESMuyyETj02bTx)

## <mark style="color:red;">Step 2: Navigate to Banks Page​</mark> <a href="#step-2-navigate-to-banks-page" id="step-2-navigate-to-banks-page"></a>

* Follow the **Sales Channels > Payment Management** sidebar and click the **Banks** page.<br>

  <figure><img src="/files/Q9QytX4NbkylsnNnpmEQ" alt=""><figcaption></figcaption></figure>
* This page displays the available banks on the selected sales channel.<br>

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

## <mark style="color:red;">Step 3: Adding New Bank​</mark> <a href="#step-3-adding-new-bank" id="step-3-adding-new-bank"></a>

* Users have the option to add banks individually by using the **+New Bank** button.<br>

  <figure><img src="/files/bzHXUrarborcJO4PxR1L" alt=""><figcaption></figcaption></figure>
* Fill in the required fields, including:
  * **Name:** Specify the name for this bank.
  * **Slug:** Define a unique slug for this bank.
  * **Logo:** Upload an image for this bank.
* Once the relevant fields are completed, click the **Save** button.<br>

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

## <mark style="color:red;">Step 4: Adding New Bank with File​</mark> <a href="#step-4-adding-new-bank-with-file" id="step-4-adding-new-bank-with-file"></a>

* Users have the option to add banks in bulk by using the **+New Bank with File** button, allowing them to upload a .CSV or .XLS file. The file should contain essential information, including **slug** and **name**. To proceed, click the **+New Bank with File** button, select the relevant file, and observe the newly added banks as they populate in the list.<br>

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

## <mark style="color:red;">Step 5: Adding a Bank Account for Wire Transfers​</mark> <a href="#step-5-adding-a-bank-account-for-wire-transfers" id="step-5-adding-a-bank-account-for-wire-transfers"></a>

* Upon adding a new bank, it is essential to formally include payment information for wire transfer transactions under the corresponding bank. To achieve this, users should click the **Add New Money Transfer Account** button. Subsequently, fields will be provided for the required information to be filled out.<br>

  <figure><img src="/files/C1ckCoc8tNcdmEDfRsWd" alt=""><figcaption></figcaption></figure>
* Complete the raw by filling in the following fields:
  * **PK:** Filling out this field is not required; it will be automatically generated after pressing the **Save** button.
  * **Add/Save Account Owner:** Enter the name of the IBAN holder.
  * **Slug:** Define a unique slug for this bank account.
  * **IBAN:** Input the IBAN value associated with the bank.
  * **Description:** Optionally, provide a description for the bank account.
  * **Order:** Specify the order of the bank account.
  * **Active/Passive:** Set the active or inactive status of the bank account.
* After completing the relevant fields, click the **Save** button.


---

# 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.akinon.com/tutorials/omnitron/sales-channels/payment-management/how-to-manage-banks-in-omnitron.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.
