# Definitions 🔖

Here are a few words you'll hear us use frequently in this documentation when describing how the APIs work, feel free to come back here if you don't know what a term means.

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

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

{% hint style="success" %}
Issuing Wallet 💳 : This is a float wallet where your business stores the funds you need to credit your user's cards.
{% 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.bridgecard.co/introduction/definitions.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.
