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