# \[그래프] @그래프 사용하기

***

### 코드놀이터에서 `@그래프`를 사용하는 방법

1. 코드 놀이터 상단의 `약속 확장` 버튼을 누릅니다.
2. `추가 가능한 확장`에서 그래프 항목의 `추가하기` 버튼을 누릅니다.

***

### 주의사항

* 데이터 관련 문법을 사용할 때는 `@그래프`를 코드 앞에 작성해야 해요.

***

### 검색 키워드

@그래프 사용하기


---

# 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/data/undefined-4.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.
