# Definition

{% hint style="info" %}
Card Holder 🙍‍♂️: A Cardholder is an individual who you want to issue a card.
{% endhint %}

{% hint style="info" %}
Card 💳 : This is a card issued to a cardholder, this card can be a physical or a virtual card.
{% endhint %}

{% hint style="info" %}
**Gift Card 🎁 :** A prepaid branded card that can be used to purchase goods or services from supported merchants or platforms such as Amazon, eBay, Netflix, gaming services, and more. Gift cards can be issued digitally or physically.
{% endhint %}

{% hint style="info" %}
**Crypto Card ₿ :** A Visa or Mastercard card linked to cryptocurrency assets, allowing cardholders to spend their crypto balance for online or in-store purchases with automatic currency conversion during transactions.
{% endhint %}


---

# 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.coopfinnetwork.com/card/definition.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.
