# 接入流程

- [快速开始](https://docs.infoway.io/getting-started/quick-start.md)
- [API Key申请](https://docs.infoway.io/getting-started/api-key-application.md): 包含如何申请Apikey，以及续费和升级逻辑
- [接口限制说明](https://docs.infoway.io/getting-started/api-limitation.md)
- [HTTP接口限制](https://docs.infoway.io/getting-started/api-limitation/http.md)
- [WebSocket限制](https://docs.infoway.io/getting-started/api-limitation/websocket.md)
- [错误码说明](https://docs.infoway.io/getting-started/error-codes.md): HTTP错误码以及WEBSOCKET错误码说明
- [HTTP错误码](https://docs.infoway.io/getting-started/error-codes/http.md): HTTP API接口错误码说明
- [WebSocket错误码](https://docs.infoway.io/getting-started/error-codes/websocket.md): Websocket错误码说明
- [行情地址说明](https://docs.infoway.io/getting-started/api-endpoints.md): 包含HTTP以及WebSocket的URL地址说明
- [请求协议以及响应格式](https://docs.infoway.io/getting-started/api-protocols-and-response-formats.md): 包括HTTP请求以及WEBSOCKET请求


---

# 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://docs.infoway.io/getting-started.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.
