> For the complete documentation index, see [llms.txt](https://dev.mfpad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.mfpad.com/huan-ying-shi-yong-mi-fa-kai-fa-zhe-wen-dang.md).

# 欢迎使用米发开发者文档!

## 介绍

米发的  API 是按照 REST 架构组织的。我们的 API 采用可预测的面向资源的 URL，返回 JSON 编码响应，并使用标准的 HTTP 响应代码、身份验证和动词。

## 想快速进入开发？

Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:

{% content-ref url="/pages/rLm4eOvqUtI6RJxr7nOh" %}
[快速开始](/kuai-su-kai-shi.md)
{% endcontent-ref %}

## 想要更深层次的了解？

深入了解并开始探索我们的API参考文档，以了解API所能实现的所有功能：

{% content-ref url="/pages/1nznbr75AMlmoFplpZaV" %}
[Broken mention](broken://pages/1nznbr75AMlmoFplpZaV)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dev.mfpad.com/huan-ying-shi-yong-mi-fa-kai-fa-zhe-wen-dang.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
