> 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/team_admin.md).

# Team Administrator

## 1. Member Management

Left menu **\[Enterprise Management]** After clicking **\[Team]** You can manage team members by going to the page.

1. **Add Member**: You can add members to the team. For details, please refer to [**\[Add Member page\]**](/en/enterprise/startguide/team_admin.md#id-2).&#x20;
2. **Permission Settings**: You can set permissions according to roles within the team.&#x20;
   * Administrator: Add and manage members, check credit usage status
   * Member: Can create content within the team and view deliverables
3. **Remove**: You can delete team members.

<figure><img src="/files/212c7a3bede176ea6e79a8b5a1f552075d58674f" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Even if you delete a team member, the deliverables created by that deleted team member will remain on the team’s overall banner menu.**
{% endhint %}

## 2. Usage Report

On the usage report page, you can check the team’s credit usage by settlement cycle. You can see the overall usage trend of the team and user-by-user usage patterns at a glance.

1. **Usage Report:** You can view the credit usage trend for the selected period in a graph. Also, through the usage status by user, you can see which users are using the most credits.
2. **RAW Data Download:** In the upper right corner, **\[RAW Data]** Clicking the button allows you to download detailed usage history as a file. (Includes date/time / user / team / credits used / performed action (e.g., banner creation, etc.))

<figure><img src="/files/8d12241317a92d8f17697c8d452da5ee4218fe77" alt=""><figcaption></figcaption></figure>


---

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