> For the complete documentation index, see [llms.txt](https://bluefox2023.gitbook.io/blue-fox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluefox2023.gitbook.io/blue-fox/kai-fa-zhe-liu-yan.md).

# 开发者留言

尊敬的全球开发者：

感谢您对BLUE FOX平台的关注和支持！作为BLUE FOX的开发者，您将会参与到一个具有前瞻性和创新性的项目中，为全球的艺术创作者和数字资产爱好者提供更好的服务和体验。

我们非常重视开发者的建议和反馈，因为您们的意见和建议将有助于平台的不断优化和提升。我们致力于构建一个开放、透明、去中心化的生态系统，通过不断地推动技术和服务的创新，来满足用户的不断变化的需求。

作为BLUE FOX的开发者，您将会加入一个充满活力和创造力的团队中，与来自不同领域的专业人士共同合作，共同推动平台的发展和壮大。

再次感谢您的支持和信任，我们期待着您的加入和贡献！


---

# 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://bluefox2023.gitbook.io/blue-fox/kai-fa-zhe-liu-yan.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.
