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

# 일반 사용자

## 1. 크레딧 사용 현황

크레딧은 **조직 전체 크레딧**과 **팀별 한도** 기준으로 관리됩니다.

1. **상단 크레딧 표시(전체 잔액 기준)**: <mark style="background-color:blue;">**우측 상단에 표시되는 크레딧은 조직 전체 크레딧 잔액을 기준**</mark>으로 보여집니다. 또한, 내 팀 한도가 거의 소진된 경우 경고 아이콘이 함께 표시되어   &#x20;사용 가능 상태를 빠르게 확인할 수 있습니다.
2. **크레딧 상세**: 상단 크레딧 표시영역에 마우스 호버 시, 팀별 예산 설정 방식에 따라 아래와 같이 표시됩니다.
   1. **팀별 예산 제한이 없는 경우**      : 엔터프라이즈 관리자가 예산 제한을 설정하지 않은 경우, 팀은 조직 전체 크레딧 내에서 자유롭게 사용할 수 있습니다.
      1. 조직 전체 크레딧 잔액만 표시
      2. 별도의 팀 한도 없이 사용 가능
   2. **팀별 예산 제한이 설정된 경우**: 엔터프라이즈 관리자가 팀별 예산을 설정한 경우, 해당 팀은 설정된 한도 내에서만 크레딧을 사용할 수 있습니다. <mark style="background-color:blue;">**팀 한도를 모두 사용한 경우, 조직 전체 크레딧이 남아 있더라도 추가 사용이 제한됩니다. 이 경우 엔터프라이즈 관리자에게 팀 크레딧 한도 조정을 요청해야 합니다.**</mark>
      1. 조직 전체 크레딧 잔액
      2. 내 팀 한도
      3. 남은 한도 및 사용량

<figure><img src="/files/6L666KOp5NQXVSQqxIr3" alt=""><figcaption></figcaption></figure>

## 2. 팀 레퍼런스 에셋 관리

메인 화면 좌측 메뉴에서 **\[레퍼런스 에셋]**&#xC744; 클릭하면 레퍼런스 에셋 페이지로 이동하며, 팀의 레퍼런스를 관리할 수 있습니다.

1. **폴더 생성:** 레퍼런스를 묶어 관리할 수 있는 폴더를 생성할 수 있습니다.
2. **폴더 이름 변경:** 생성한 폴더의 이름을 수정할 수 있습니다.
3. **상단 고정 및 삭제:** 레퍼런스를 목록 상단에 고정하거나 삭제할 수 있습니다.
4. **파일 업로드:** 선택한 폴더에 레퍼런스를 추가로 업로드할 수 있으며, 여러 파일을 동시에 선택하여 한 번에 업로드할 수 있습니다.

<figure><img src="/files/SqG9pEcaBK5xLcU2RBkB" alt=""><figcaption></figcaption></figure>

## 3. 레퍼런스 에셋 활용하여 배너 제작하기

엔터프라이즈 사용자는 레퍼런스 에셋을 활용하여 배너를 제작할 수 있습니다.&#x20;기본 제작 과정은 동일하며, '1. 목적 선택 \~ 2. 레퍼런스 선택' 단계에서 레퍼런스를 선택하는 방식만 아래와 같습니다.

1. 목적 선택 단계에서 **\[직접 업로드한 레퍼런스로 시작]** 토글 활성화
2. 사용할 레퍼런스 폴더 선택
3. 레퍼런스 선택 단계에서 원하는 레퍼런스 선택 후 **\[다음]** 버튼 클릭

이후 과정은 일반 배너 제작과 동일하게 진행됩니다.

<figure><img src="/files/bBuUe9YKpMLHsnQDwKPE" alt=""><figcaption></figcaption></figure>

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