# How to Manage Card Types in Omnitron?

This tutorial provides step-by-step instructions for managing Card Types 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 Card Types Page​</mark> <a href="#step-2-navigate-to-card-types-page" id="step-2-navigate-to-card-types-page"></a>

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

  <figure><img src="/files/kVnGWfRWgPcWYe3nrmhn" alt=""><figcaption></figcaption></figure>
* This page displays the available card types for payments on the selected sales channel.<br>

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

## <mark style="color:red;">Step 3: Adding Card Type​</mark> <a href="#step-3-adding-card-type" id="step-3-adding-card-type"></a>

* To add or edit a card type, click the **+ New Card Type** button or the name of any card type on the list. This action will direct you to the **Add/Edit Card Type** form, which presents fields for Name, Slug, and Logo. Existing card types can also be edited using this form.
  * **Name:** Specify the name for this card type.
  * **Slug:** Define a unique slug for this card type.
  * **Logo:** Upload an image for this card type.
* Once the relevant fields are completed, click the **Save** button.<br>

  <figure><img src="/files/7FE2Npvb7rEF2wXWuaCo" 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.akinon.com/tutorials/omnitron/sales-channels/payment-management/how-to-manage-card-types-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.
