> For the complete documentation index, see [llms.txt](https://guide.allibee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.allibee.ai/home.md).

# HOME

- [앨리비 이용자 가이드](https://guide.allibee.ai/home/main.md): AI기술과 법률 전문성을 결합한 믿을 수 있는 리걸AI 파트너 앨리비
- [빠른 시작 도움말](https://guide.allibee.ai/home/quickstart.md): 빠른 시작 도움말을 통해 앨리비를 더욱 잘 이해할 수 있습니다.
- [사용자 역할 및 권한](https://guide.allibee.ai/home/quickstart/authority.md): 앨리비 권한 구조를 이해하고 각 구성원에게 적합한 권한을 부여하세요.
- [앨리비 사용팁](https://guide.allibee.ai/home/quickstart/tip.md): 앨리비를 효과적으로 사용할 수 있는 팁을 알아보세요.
- [자주 묻는 질문](https://guide.allibee.ai/home/quickstart/faq.md): 앨리비 사용에 앞서 자주 묻는 질문과 답변을 먼저 확인해 보세요.
- [업데이트 노트](https://guide.allibee.ai/home/updatenotes.md): 앨리비의 업데이트 소식을 확인해 보세요.
- [새로워진 화면&메뉴 구조 안내](https://guide.allibee.ai/home/newlnb.md): 앨리비 서비스 화면 구성이 변경되었습니다. 변경된 화면과 메뉴 구조를 확인해 보세요.
- [제품 개편에 따른 솔루션 통합 사용 안내](https://guide.allibee.ai/home/unified-account.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://guide.allibee.ai/home.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.
