# \[인공지능] 물어보기

### 코드

```
@인공지능 {내용} 물어보기
```

***

### 설명

인공지능(ChatGPT)에서 무엇이든 물어볼 수 있어요.

결과는 문자열로 반환되고, API 요청 시간이 걸림에 따라 결과를 받아오기까지 조금 시간이 걸릴 수 있어요.

***

### 주의사항

* 결과는 문자열로만 반환돼요.

***

### 파이썬 대응 코드

인공지능 코드는 파이썬에 대응되는 코드가 없어 제공되지 않아요.

***

### 예시

{% code title="예시 코드" %}

```
(@인공지능 "지구는 몇 살이야?" 물어보기) 보여주기
```

{% endcode %}

***

### 검색 키워드

AI, 인공지능, 물어보기


---

# 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://codebook.horang.it/ai/041.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.
