> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/allganize-alli-works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/allganize-alli-works/~/revisions/QAcqOMIS75VDXSjZirEq/alli-dashboard/setting/general.md).

# 일반

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

* 일반 : 프로젝트 관련 일반 설정을 관리하는 곳입니다. API Key, 사용 매뉴얼, API 매뉴얼 등을 포함하고 있습니다.
* 멤버 : 에이전트 초대/권한 설정/삭제 등을 할 수 있는 메뉴입니다.
* 보안 : 특정 IP 범위를 화이트리스트 처리할 수 있는 메뉴입니다. 접근 설정뿐만 아니라 다운로드 설정도 가능합니다.
* 대화 : 대화를 분류하여 원하는 형태로 카테고리화 수 있는 메뉴입니다.&#x20;
* 프롬프트 관리 : 디폴트 및 작성한 프롬프트를 확인하고 삭제/수정할 수 있는 메뉴입니다.
* 변수 : 다양한 변수에 대해 확인/추가/삭제 등 관리할 수 있는 메뉴입니다.
* Alli Works 설정 : 유저용 화면과 앱 카테고리를 편집할 수 있는 메뉴입니다.
* 메시지 : 앱을 사용하는 멤버에게 표시될 각종 노드 관련 디폴트 메시지를 설정하는 메뉴입니다.
* 결제 : 결제와 관련한 정보를 확인하고 크레딧 제한을 설정하는 등 사용 중인 요금제를 관리하는 메뉴입니다.
* 연동 : SSO 인증을 연동할 수 있는 메뉴입니다. 회사의 인증 시스템과 연동하여 멤버들이 회사에서 실제 사용하고 있는 계정으로 간편하게 Alli에 로그인할 수 있도록 설정할 수 있습니다.
* 고급 설정 : LLM 모델 실행의 상세 이력을 확인할 수 있는 메뉴입니다.


---

# 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://docs.allganize.ai/allganize-alli-works/~/revisions/QAcqOMIS75VDXSjZirEq/alli-dashboard/setting/general.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.
