> For the complete documentation index, see [llms.txt](https://help.fixfolio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fixfolio.ai/en/enterprise/manual.md).

# How to Use by Role

## General User

General users are basic users belonging to an enterprise organization, and can use related features, including banner creation, based on the environment set by the team or organization.

* Banner creation using reference assets
* Using assets shared by the team or organization

## Team Manager&#x20;

Team managers are responsible for operating the team they belong to, and can manage team members and check the team's credit usage status.

* Invite and manage team members
* Check team credit usage status

{% hint style="info" %}
**Team managers have management authority only over the team they belong to.**
{% endhint %}

## Enterprise Manager

Enterprise managers have the highest level of authority to manage the entire organization, and are responsible for overall operations such as user and team composition, credit management, and overall reference asset management.

* Manage all users and the organization
* Create teams and designate managers
* Set credit budgets and manage usage
* Request credit recharge
* Manage all reference assets and configure sharing between teams

{% hint style="info" %}
**Enterprise managers have management authority over the entire organization.**
{% endhint %}


---

# 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://help.fixfolio.ai/en/enterprise/manual.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.
