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

# 팀 관리자

## 1. 멤버 관리

좌측 메뉴 **\[엔터프라이즈 관리]** 클릭 후 **\[팀]** 페이지로 이동하면 팀 멤버를 관리할 수 있습니다.

1. **멤버 추가**: 팀에 멤버를 추가할 수 있습니다. 자세한 내용은 [**\[멤버 추가 페이지\]**](/enterprise/startguide/team_admin.md#id-2)를 참고해 주세요.&#x20;
2. **권한 설정**: 팀 내 역할에 따라 권한을 설정할 수 있습니다.&#x20;
   * 관리자: 멤버 추가 및 관리, 크레딧 사용 현황 확인
   * 멤버: 팀 내 콘텐츠 제작 및 결과물 확인 가능
3. **제거**: 팀원을 삭제할 수 있습니다.

<figure><img src="/files/68Pk2fCNRhBU1lk28dWK" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**팀원을 삭제하더라도, 해당 팀의 전체 배너 메뉴에는 삭제된 팀원이 제작한 결과물이 그대로 유지됩니다.**
{% endhint %}

## 2. 사용량 리포트

사용량 리포트 페이지에서는 정산 주기별 팀의크레딧 사용 현황을 확인할 수 있습니다. 팀 전체의 사용 추이와 사용자별 사용 패턴을 한눈에 파악할 수 있습니다.

1. **사용량 리포트:** 선택한 기간 동안의 크레딧 사용 추이를 그래프로 확인할 수 있습니다. 또한, 사용자별 사용량 현황을 통해 어떤 사용자가 크레딧을 많이 사용하고 있는지 확인할 수 있습니다.
2. **RAW 데이터 다운로드:** 우측 상단의 **\[RAW 데이터]** 버튼을 클릭하면 상세 사용 내역을 파일로 다운로드할 수 있습니다. (일시 / 사용자 / 팀 / 사용 크레딧   &#x20;/ 수행한 액션 (예: 배너 생성 등) 포함)

<figure><img src="/files/kghaAfn5j9J2vzar1SME" 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/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.
