> For the complete documentation index, see [llms.txt](https://customer-api-docs.ibanera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://customer-api-docs.ibanera.com/terminology/business-customers/managees.md).

# Managees

Terminology is critical in understanding and using the Customer API effectively. This terminology page serves to define the key terms used throughout the API documentation and interaction:

* **Manager**: This term refers to the individual or entity that holds a personal or business account within the banking platform and has been granted API access. Managers have the capability to oversee and manage other customer accounts through the API.
  * Example: John Doe, who operates a small business, is a manager on the banking platform and supervises his employees' financial transactions.
* **Manager Card**: A top-up card associated with the manager's account is known as a manager card. It is a financial tool that the manager can use for various transactions.
  * Example: John Doe has a manager card that he uses to load funds for operational expenses.
* **Managee**: A managee is a customer user that is created and overseen by a manager. This relationship allows for structured financial governance within an organization.
  * Example: Mary Jane, an employee at John Doe's business, is a managee with an account on the banking platform.
* **Managee Card**: This is a top-up card linked to the managee's account on the banking platform. It can be used by the managee for authorized expenses or to receive payments from the manager.
  * Example: Each of John Doe's employees, including Mary Jane, has a managee card for business-related expenditures.

When the terms customer or user are mentioned without the manager-managee context, they generally refer to any account holder who is accessing or interacting with the API.

These terms create a framework for understanding the hierarchical structure and roles within the Customer API, simplifying the interaction with the banking platform's various features and services.


---

# 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, and the optional `goal` query parameter:

```
GET https://customer-api-docs.ibanera.com/terminology/business-customers/managees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
