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

# \[엔터프라이즈 전용] 사용법

- [개요](https://help.fixfolio.ai/enterprise/overview.md): 엔터프라이즈 플랜은 조직 단위로 픽스폴리오를 사용하는 기능으로, 팀 구성, 사용자 관리, 크레딧 관리, 레퍼런스 에셋 공유를 통해 협업 환경에서 효율적으로 광고 제작을 진행할 수 있습니다.
- [시작 가이드](https://help.fixfolio.ai/enterprise/startguide.md): 엔터프라이즈 사용자는 역할에 따라 초기 설정 및 이용 방법이 다릅니다. 아래 내용을 참고하여 역할에 맞게 픽스폴리오를 시작해 주세요.
- [일반 사용자 시작하기](https://help.fixfolio.ai/enterprise/startguide/user.md): 일반 사용자는 픽스폴리오에서 제공하는 기능을 사용하는 기본 사용자로, 팀 또는 조직에서 제공된 레퍼런스 에셋을 활용해 콘텐츠를 제작할 수 있습니다.
- [팀 관리자 시작하기](https://help.fixfolio.ai/enterprise/startguide/team_admin.md): 팀 관리자는 특정 팀을 운영하는 역할로, 팀 멤버 관리와 팀의 크레딧 사용 현황을 확인할 수 있습니다.
- [엔터프라이즈 관리자 시작하기](https://help.fixfolio.ai/enterprise/startguide/enterprise_admin.md): 엔터프라이즈 관리자는 조직 전체를 관리하는 최고 권한으로, 사용자 및 팀 구성, 크레딧 관리, 전체 레퍼런스 에셋 관리 등 전반적인 운영을 담당합니다.
- [역할별 사용 방법](https://help.fixfolio.ai/enterprise/manual.md): 엔터프라이즈에서는 역할에 따라 사용할 수 있는 기능과 관리 범위가 다릅니다. 각 역할에 맞는 기능을 통해 조직 및 팀 단위로 효율적인 운영이 가능합니다.
- [일반 사용자](https://help.fixfolio.ai/enterprise/manual/user.md): 엔터프라이즈 조직에 소속된 일반 사용자는, 팀 또는 조직에서 설정된 환경을 기반으로 배너 제작을 비롯한 관련 기능을 사용할 수 있습니다. 이 페이지에서는 엔터프라이즈 환경에서 일반 사용자가 사용할 수 있는 기능을 안내합니다.
- [팀 관리자](https://help.fixfolio.ai/enterprise/manual/team_admin.md): 팀 관리자는 소속된 팀을 운영하는 권한을 가지며, 팀 멤버 관리를 담당합니다. 이 페이지에서는 팀 관리에 필요한 주요 기능을 안내합니다.
- [엔터프라이즈 관리자](https://help.fixfolio.ai/enterprise/manual/enterprise_admin.md): 엔터프라이즈 관리자는 조직 전체를 관리하는 최고 권한으로, 사용자 및 팀 구성, 크레딧 관리, 전체 레퍼런스 에셋 관리 등 전반적인 운영을 담당합니다. 좌측 메뉴에서 \[엔터프라이즈 관리]를 클릭하면 엔터프라이즈 관리자 전용 메뉴에 접근할 수 있으며, 해당 메뉴를 통해 조직 관리와 관련된 모든 기능을 수행할 수 있습니다.


---

# 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.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.
