# 시작하기

- [API 키](https://openapi-docs.exosp.com/start/api-key.md): OpenAPI를 사용하기 위해 먼저 API 키를 발급받아야 합니다. API키는 요청 클라이언트의 정보를 확인하고 인증하는 역할을 합니다.
- [API 요청 및 응답 모델](https://openapi-docs.exosp.com/start/api-endpoints.md)


---

# 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://openapi-docs.exosp.com/start.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.
