# Manager Accounts

Managers Accounts are users that are allowed to create Client Accounts on Rialto, and facilitate their clients onboarding. Manager Accounts have access to the full API scope to easily integrate Rialto's offerings into their own product.

The accounts created by Manager Accounts are in all points similar to regular Client Accounts in Rialto's application, except for a few minor differences discussed in the last section.

### Team Members

Managers Accounts can have multiple Team Members that can access Rialto's application and manage Client Accounts. Team Members can only be created by Rialto's administrators, please contact Rialto's support for more information.

### Client Accounts Fees and Limits

A Manager Account has Preset Fees associated to it. When a new Client Account is created by the Manager Account, the manager Preset Fees are automatically applied to the new Client Account. Rialto's administrators can however change the Client Account Preset Fee on an individual basis, please contact Rialto's support for more information.

On the contrary, Limits are never set when a Client Account is created. Limits can only be set by Rialto's compliance team after reviewing the Client Account onboarding.

### API Access

Accounts Managers have access to the full range of Rialto's APIs:

* Onboarding API: create and onboard Client Accounts
* Transaction API: create and manage Client Accounts Transactions
* General Information API and Webhook API: general data access endpoints


---

# 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.rialtobridge.xyz/concepts/accounts/manager-accounts.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.
