# 에이전트

- [소개](https://guide.allibee.ai/agent/about.md): 법률 리서치부터 문서 작성까지, 업무 효율을 높이는 AI 에이전트
- [개요](https://guide.allibee.ai/agent/overview.md): 대화창을 중심으로 에이전트를 시작하고, 캔버스와 워크플로우를 자유롭게 이어서 활용할 수 있습니다.
- [워크플로우](https://guide.allibee.ai/agent/workflow.md): 검색·분석·문서 생성까지, 반복되는 법무 업무를 하나의 흐름으로 연결하여 자동화합니다.
- [대화](https://guide.allibee.ai/agent/chat.md): 법률과 관련한 질문을 자연어로 입력하면, 신뢰도 높은 답변과 함께 관련 원문 자료까지 확인할 수 있습니다.
- [검색](https://guide.allibee.ai/agent/search.md): 업무에 필요한 문서를 질문 한 번으로 빠르게 찾고, 신뢰할 수 있는 출처까지 함께 확인할 수 있습니다.
- [계약서 리뷰](https://guide.allibee.ai/agent/contractreview.md): 리걸AI로 계약서를 리뷰하고 핵심 요약부터 조항별 리뷰와 개선안까지 한 번에 확인할 수 있습니다.
- [데이터베이스](https://guide.allibee.ai/agent/db.md): 전문지식에 특화된 앨리비 DB와 웹 검색을 동시에 활용해 기업에 필요한 자료를 쉽고 빠르게 찾아줍니다.
- [자주 묻는 질문](https://guide.allibee.ai/agent/faq.md): 에이전트를 사용하며 자주 묻는 질문과 답변을 확인해 보세요.


---

# Agent Instructions: 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:

```
GET https://guide.allibee.ai/agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
