# 대화 시작하기

{% hint style="info" %}
[지금 AI Agent 무료로 이용하기 💬](https://console.runyour.ai/ai-agent)
{% endhint %}

#### AI Agent 페이지 진입

<figure><img src="/files/dZmHG4UwJOxAR3OUOinE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GyDVKUzBhgPvAY0kZnPe" alt=""><figcaption></figcaption></figure>

1. Runyour AI 서비스에 로그인합니다. 좌측 메뉴에서 <mark style="background-color:blue;">**AI Agent**</mark> 메뉴를 클릭합니다.
2. AI Agent 페이지로 이동하면, 서비스 로고를 선택하거나, 채팅창을 클릭하여 대화하고 싶은 모델을 선택할 수 있습니다.

{% hint style="info" %}
**모델 선택 팁**

* **GPT 계열**: 범용 대화, 기획·문서 작성에 적합
* **Claude 계열**: 긴 문서 분석, 맥락 기반 추론에 강점
* **Gemini**: 이미지·영상·문서 통합 분석 가능
* **Solar / 기타 모델**: 한국어 및 업무 특화
  {% endhint %}

#### 대화방 생성 및 대화 시작

<figure><img src="/files/pqLh2UZt9bIqTm1IzRKO" alt=""><figcaption></figcaption></figure>

1. 메시지를 전송하면 대화방이 생성되며 본격적으로 대화를 시작할 수 있습니다.
2. 모델이 응답을 생성하는 동안 로딩이 나타납니다.
3. 응답 생성이 완료되면 결과가 대화창에 출력됩니다.

{% hint style="warning" %}
**크레딧 부족 시 안내**

* AI Agent는 입력·출력 토큰 사용량만큼 크레딧이 차감됩니다.
* 만약 잔여 크레딧이 부족한 경우, 모델이 응답을 생성할 수 없으며, **“크레딧 잔액이 부족합니다. 충전 후 다시 이용해주세요.”** 라는 안내 메시지가 표시됩니다. 충전 이후 다시 대화를 이어서 진행할 수 있습니다.
  {% endhint %}


---

# 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://runyourai.gitbook.io/userguide/ai-agent/create-chat.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.
