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

# 작업하기

**작업하기**는 Runyour Agent의 핵심 화면입니다. 메시지 한 줄이면 AI가 채팅 답변부터 문서·슬라이드·시트까지 바로 만들어 줍니다.

### 접근 경로

좌측 사이드바 상단의 **작업하기** 메뉴를 클릭하면 진입합니다.

<div data-with-frame="true"><figure><img src="/files/TGUN5iTr6BMD5FsmxnVS" alt=""><figcaption><p><strong>작업하기 첫 화면</strong> — 모드와 모델을 골라 작업을 시작합니다</p></figcaption></figure></div>

#### 이렇게 시작하세요

{% stepper %}
{% step %}

### 도구 선택

입력창 위의 탭에서 작업 도구를 클릭해 전환합니다. 선택한 도구에 따라 결과물의 형태와 우측 패널의 표시 방식이 달라집니다. 이 밖에 **이미지 생성**과 **웹 검색**도 요청 내용에 따라 함께 활용됩니다.

<table><thead><tr><th width="118.125">도구</th><th>결과물</th><th>우측 패널</th><th>활용 예</th></tr></thead><tbody><tr><td>AI 채팅</td><td>대화형 답변</td><td>대화 형태로 표시</td><td>질문·요약·아이디어 정리</td></tr><tr><td>AI 문서</td><td>문서</td><td>문서 미리보기</td><td>보고서·공문·제안서 초안</td></tr><tr><td>AI 슬라이드</td><td>프레젠테이션</td><td>슬라이드 미리보기</td><td>발표 자료·소개 슬라이드</td></tr><tr><td>AI 시트</td><td>표/스프레드시트</td><td>표 미리보기</td><td>목록·추적표·데이터 정리</td></tr></tbody></table>
{% endstep %}

{% step %}

### 모델 선택

입력창 좌측의 **모델 선택 버튼**(예: `GPT-5.5 ▾`)을 클릭하면 사용할 수 있는 모델 목록이 펼쳐집니다. 원하는 모델을 클릭하면 선택이 적용됩니다.

* 모델마다 강점이 다릅니다. 긴 문서 분석·맥락 추론에 강한 모델, 이미지·문서를 함께 다루는 모델 등 목적에 맞게 선택합니다.
* 모델 사용량은 **토큰 단위로 크레딧이 차감**되며, 모델별 단가가 다릅니다. ([모델별 단가 보기](https://runyourai.gitbook.io/userguide/ai-agent/how-to))
  {% endstep %}

{% step %}

### 내 자료·지식 연결하기

입력창의 **추가(＋)** 버튼으로 내 자료를 더하면 더 정확한 결과를 얻을 수 있습니다.

* **파일 첨부** — 분석·요약·변환할 파일을 올립니다.
* **지식 베이스 연결** — 사내 문서를 연결하면 AI가 그 내용을 근거로 답합니다. (→ 지식 베이스)
  {% endstep %}

{% step %}

### 결과 확인

<div data-with-frame="true"><figure><img src="/files/zORoQgBPlKfNWau5GOhM" alt=""><figcaption></figcaption></figure></div>

우측 패널에 결과물이 나타나고, **`다운로드`** 버튼을 눌러 내려받을 수 있습니다.

* 슬라이드: PPTX 파일 다운로드 · PDF 파일 다운로드
* 문서: Word 파일 다운로드 · PDF 파일 다운로드
* 시트: XLSX 파일 다운로드 · PDF 파일 다운로드
  {% 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://runyourai.gitbook.io/userguide/runyour-agent/workspace/undefined.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.
