> For the complete documentation index, see [llms.txt](https://docs.udara360.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.udara360.io/core-features/e-channels/cards/card-profiles.md).

# Card Profiles

The Card Profiles page allows you to define the templates that govern how cards are generated and issued across Udara360. A profile ties together the card programme, the host financial institution responsible for processing, the scheme (such as Verve or Visa), and how long the card remains valid before it expires. Every batch and individual card request you make elsewhere in this section depends on a profile being set up here first. This guide will walk you through creating and managing card profiles.

## Accessing Card Profiles

1. Log into the application using your credentials.
2. From the dashboard, navigate to **E-Channels** in the side menu.
3. Expand **Cards** and Select **Card Profiles** from the dropdown list

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

## Adding a Card Profile

1. Click the **Add button** at the top left of the page
2. Enter the **Card Profile Name**
3. Enter the **Card Program Name**
4. Select the **Host Financial Institution** from the dropdown
5. Select the **Scheme** from the dropdown
6. Enter the **Card BIN**
7. Select the **Card Life Span** (Number of Months) from the dropdown
8. Click **Save** to create the profile

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

## Modifying, Viewing, or Deactivating a Profile

1. In the **Actions** column, click the three vertical dots<i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>next to the profile you want to update
2. Select **Modify** to update the profile details, or
3. **View** to see the full profile details, or&#x20;
4. **Deactivate** to disable the profile

## Exporting the Records

1. Click the **Export** button at the top left of the page
2. Select your preferred format; **CSV** or **Excel**
3. The file will download automatically to your device

## Filtering the Records

1. Click the Filter button at the top right of the page
2. Enter the **Card Profile Name**, **Card Program Name**, **Host Financial Institution**, **Scheme**, or **Card BIN**, and/or select a **Status**; **Active** or **Inactive**
3. Click Apply to display the filtered results

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

> :pushpin:Click Reset Filter to clear all applied filters and return to the full list.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/e-channels/cards/card-profiles.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.
