# \[API 라우터]

- [이용 방법](https://runyourai.gitbook.io/userguide/api/guide.md)
- [API Key 발급하기](https://runyourai.gitbook.io/userguide/api/guide/get.md)
- [API 연동하기](https://runyourai.gitbook.io/userguide/api/guide/link.md)
- [모델 선택하기](https://runyourai.gitbook.io/userguide/api/guide/models.md)
- [스트리밍 응답 받기](https://runyourai.gitbook.io/userguide/api/guide/stream.md)
- [무료 모델 호출하기](https://runyourai.gitbook.io/userguide/api/guide/runyourfree.md)
- [호출 이력 조회하기](https://runyourai.gitbook.io/userguide/api/guide/calloutlist.md)
- [오류 해결하기](https://runyourai.gitbook.io/userguide/api/errorguide.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://runyourai.gitbook.io/userguide/api.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.
