# 快速开始

### 第1步 申请企业账号 <a href="#di-1-bu-shen-qing-qi-ye-zhang-hao" id="di-1-bu-shen-qing-qi-ye-zhang-hao"></a>

第三方接入合作商开发者(以下简称"开发者")前往 [AutoX3官网](https://www.autox3.com) ，点击申请企业账号，填写资料待AutoX3开放平台(以下简称"开放平台")审核。审核通过后，开发者会收到服务开通邮件，并按照邮件指引登录开放平台。在沙盒环境上，可以看到开放平台默认生成的示例数据，比&#x5982;***车牌号***&#x548C;接车单等信息。

### 第2步 生成token <a href="#di-2-bu-sheng-cheng-rsa-mi-yue-dui" id="di-2-bu-sheng-cheng-rsa-mi-yue-dui"></a>

利用开放平台分配的appKey和appSecret，调用接口生成开放平台访问凭&#x8BC1;***accessToken***，详见 [获取平台访问凭证](https://api.autox3.com/standard-apis/get-accesstoken)。

### 第3步 生成H5检测报告 <a href="#di-2-bu-sheng-cheng-rsa-mi-yue-dui" id="di-2-bu-sheng-cheng-rsa-mi-yue-dui"></a>

利&#x7528;***accessToken***&#x548C;***车牌号***，调用接口生成H5检测报告，详见 [获取车辆检测报告](https://api.autox3.com/standard-apis/get-vehicle-h5-report)  。


---

# 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://api.autox3.com/master.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.
