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

# 역할별 사용 방법

## 일반 사용자

일반 사용자는 엔터프라이즈 조직에 소속된 기본 사용자로, 팀 또는 조직에서 설정된 환경을 기반으로 배너 제작을 비롯한 관련 기능을 사용할 수 있습니다.

* 레퍼런스 에셋을 활용한 배너 제작
* 팀 또는 조직에서 공유된 에셋 활용

## 팀 관리자&#x20;

팀 관리자는 소속된 팀을 운영하는 역할로, 팀 멤버 관리와 팀의 크레딧 사용 현황을 확인할 수 있습니다.

* 팀 멤버 초대 및 관리
* 팀 크레딧 사용 현황 확인

{% hint style="info" %}
**팀 관리자는 자신이 속한 팀에 대해서만 관리 권한을 가집니다.**
{% endhint %}

## 엔터프라이즈 관리자

엔터프라이즈 관리자는 조직 전체를 관리하는 최고 권한으로, 사용자 및 팀 구성, 크레딧 관리, 전체 레퍼런스 에셋 관리 등 전반적인 운영을 담당합니다.

* 전체 사용자 및 조직 관리
* 팀 생성 및 관리자 지정
* 크레딧 예산 설정 및 사용량 관리
* 크레딧 충전 요청
* 레퍼런스 에셋 전체 관리 및 팀 간 공유 설정

{% hint style="info" %}
**엔터프라이즈 관리자는 조직 전체에 대한 관리 권한을 가집니다.**
{% 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, and the optional `goal` query parameter:

```
GET https://help.fixfolio.ai/enterprise/manual.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.
