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

# IN7 이용자 매뉴얼

{% stepper %}
{% step %}

### 팀원으로 시작하기

* [초대 수락하기](/in7/guide/in7/undefined/undefined.md)
  {% endstep %}

{% step %}

### AI 채팅

* [자체 AI 모델 : 오르카 OrcA 란?](/in7/guide/in7/ai/ai-orca.md)
* [AI 채팅 확인하기](/in7/guide/in7/ai/ai.md)
* [AI 채팅 : 프로젝트](/in7/guide/in7/ai/ai-1.md)
* [이미지 생성하기](/in7/guide/in7/ai/undefined.md)
* [이미지 수정하기](/in7/guide/in7/ai/undefined-1.md)
* [채팅 AI 드라이브로 공유하기](/in7/guide/in7/ai/ai-2.md)
* [채팅으로 에이전트 생성하기](/in7/guide/in7/ai/undefined-4.md)
* [채팅 PDF로 내보내기](/in7/guide/in7/ai/pdf.md)
  {% endstep %}

{% step %}

### AI 드라이브

* [AI 드라이브란?](/in7/guide/in7/ai-1/ai.md)
* [문서 기반 채팅](/in7/guide/in7/ai-1/undefined.md)
* [문서 관리하기](/in7/guide/in7/ai-1/undefined-1.md)
  {% endstep %}

{% step %}

### 에이전트 허브

* [에이전트 허브란?](/in7/guide/in7/undefined-1/undefined.md)
* [에이전트 사용하기](/in7/guide/in7/undefined-1/undefined-1.md)
* [에이전트 만들기](/in7/guide/in7/undefined-1/undefined-2.md)
* [에이전트 관리하기](/in7/guide/in7/undefined-1/undefined-3.md)
  {% endstep %}

{% step %}

### 마이페이지

* [내 프로필 관리](/in7/guide/in7/undefined-2/undefined.md)
* [개인 메모리 관리](/in7/guide/in7/undefined-2/undefined-1.md)
  {% endstep %}
  {% endstepper %}


---

# 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://in7.gitbook.io/in7/guide/in7.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.
