# 준비사항

Rest API를 사용하기 위해 먼저 API Key 와 Secret Key를 발급 받아야 합니다. 해당 키는 사이트 단위로 생성되기 때문에 여러 사이트를 운영한다면 구분하여 사용해 주시기 바랍니다.

## 키 발급방법

1. 아직 [아임웹](https://imweb.me)에서 사이트를 개설하지 않으셨다면 사이트를 개설합니다.
2. [내 사이트](https://imweb.me/mysite) > 에서 **관리** 버튼을 눌러 **사이트 관리페이지**로 이동합니다.
3. 환경설정 > **외부 서비스 연동 (API)**&#xC73C;로 이동합니다.
4. **API key 발급받기** 버튼을 누릅니다.


---

# 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://old-developers.imweb.me/getstarted/ticker.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.
