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

# 기관총엑셀 메뉴얼

기관총엑셀\
세팅 메뉴얼입니다.

주말, 새벽 등\
저희 팀이 부재 할 때를 대비해\ <mark style="color:red;">**셀프 해결 방법들**</mark>을 정리해봤습니다.

해결이 안되실 경우\ <mark style="color:red;">**평일 오전 9시 - 오후 6시**</mark>\
[채널톡](https://mgunexcel.channel.io/home)에서 원격으로\
상세히 도와 드리겠습니다. 😀

<div align="left"><figure><img src="/files/eVCs915lsKoX5rr97Xqp" alt="" width="375"><figcaption></figcaption></figure></div>

컴퓨터가 해야 할 일과\
사람이 해야 할 일은 다릅니다.

원하시는 일 꼭 이루실 수 있도록\
기관총엑셀 팀이 돕겠습니다!


---

# 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://mgunexcel.gitbook.io/doc/manual.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.
