# 快速开始

{% stepper %}
{% step %}

### 第一步：申请您的API Key（ [申请流程](/getting-started/api-key-application.md)）

确保可以正确的构造请求并且解析响应数据。

请详细阅读文档，确保不会因为请求头以及响应头格式问题影响正常使用。
{% endstep %}

{% step %}

### 第二步： 熟悉地址以及参数说明（ [地址说明](/getting-started/api-endpoints.md)）

理解接口的入参以及返回的结果是否满足您的要求。

请仔细阅读接口说明文档，防止使用时候出现一些问题。
{% endstep %}

{% step %}

### 第三步：了解接口的访问限制（[接口限制说明](/getting-started/api-limitation.md)）

了解HTTP接口以及WebSocket的访问限制。

一切请求请在限制以内使用，超出限制将会导致请求失败，如被系统判定为恶意请求，将会影响您的API Key后续的使用。
{% endstep %}

{% step %}

### 第四步：掌握请求以及响应格式（[请求和响应协议](/getting-started/api-protocols-and-response-formats.md)）

确保可以正确的构造请求并且解析响应数据。

请详细阅读文档，确保不会因为请求头以及响应头格式问题影响正常使用。
{% endstep %}

{% step %}

### 第五步：选择目标产品 （[获取产品列表](/rest-api/basic-info/get-symbol-list.md)）

帮助您确定是否有您所需要的产品，以及该如何请求获取产品数据。

请先判断是否有您所需要的产品信息，防止数据返回为空。
{% endstep %}

{% step %}

### 第六步：执行并且获取数据

在完成了上述步骤之后，可以直接获取所需的实时数据。

请详细阅读文档，如有疑问，欢迎联系我们的24小时人工客服。（[人工客服](https://t.me/infoway_StrongSickCat))
{% endstep %}
{% endstepper %}

### 官方建议

* **保密**：请保护您的个人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://docs.infoway.io/getting-started/quick-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.
