> For the complete documentation index, see [llms.txt](https://runyourai.gitbook.io/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runyourai.gitbook.io/userguide/runyour-agent/faq.md).

# FAQ

<details>

<summary><strong>그룹 메뉴가 비활성되어 눌리지 않습니다.</strong></summary>

기관에는 합류했으나 그룹에 소속되지 않은 상태입니다. 기관 관리자 또는 그룹 매니저에게 그룹 합류를 요청해주세요.

</details>

<details>

<summary><strong>내 크레딧은 어디서 확인하나요?</strong></summary>

개인 사용량은 사용자 대시보드(내 사용 현황), 그룹·기관 전체 현황은 기관 통합 대시보드(관리자)에서 확인합니다. 모델별 단가와 차감 방식은 크레딧 이해하기를 참고하세요.

</details>

<details>

<summary><strong>모델마다 비용이 다른가요?</strong></summary>

네. 모델(프로바이더)별로 입력/출력 토큰 단가가 다르며, 단가는 매월 환율·포맷에 따라 달라질 수 있습니다. 출력(응답) 단가가 입력보다 높은 편입니다.

</details>

<details>

<summary><strong>초대를 받았는데 기관 화면이 보이지 않습니다.</strong></summary>

초대 메일의 링크로 가입을 완료해야 합니다. 가입 대기 중 상태에서는 기관 환경에 진입할 수 없습니다.

</details>

<details>

<summary><strong>지식 베이스를 삭제하면 에이전트에 영향이 있나요?</strong> </summary>

연결된 에이전트가 있는 컬렉션을 삭제하면 답변에 영향을 줄 수 있어 경고가 표시됩니다. 영향 범위를 확인한 뒤 삭제하세요.

</details>


---

# 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://runyourai.gitbook.io/userguide/runyour-agent/faq.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.
