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

# 기업법무솔루션

- [소개](https://guide.allibee.ai/elm/about.md): 디지털과 리걸AI로 법무팀의 업무를 효율화하고, 운영비용을 줄이는 기업법무솔루션
- [송무 관리](https://guide.allibee.ai/elm/litigation.md): 회사의 송무와 관련된 사항을 등록하고 관리할 수 있습니다.
- [자문 관리](https://guide.allibee.ai/elm/advisory.md): 회사에서 필요한 법률 자문을 요청하고 관리할 수 있습니다.
- [법무 담당자 배정](https://guide.allibee.ai/elm/assignment.md): 미배정 자문의 법무 담당자를 배정하고 담당자별 업무 현황을 확인할 수 있습니다.
- [로펌 관리](https://guide.allibee.ai/elm/lawfirm.md): 회사에서 사건을 의뢰했거나, 함께 업무 중인 로펌을 관리하는 메뉴입니다.
- [자주 묻는 질문](https://guide.allibee.ai/elm/faq.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/elm.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.
