> For the complete documentation index, see [llms.txt](https://infinity.aloen.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinity.aloen.to/infinity-algo-features/feature-requests-and-roadmap.md).

# 功能请求和路线图 Feature Requests & Roadmap

塑造 Infinity Algo 的未来 - 投票支持功能、报告 Bug、分享你的想法。

***

#### 🎯 你如何帮助我们

{% columns %}
{% column %}
**你的反馈驱动我们的开发：**

* 👍 投票支持对你来说重要的功能
* 🐛 报告你遇到的 Bug
* 💡 分享创新想法
* 💬 通过评论添加更多背景信息
* 🔔 在我们发布时收到通知
  {% endcolumn %}

{% column %}

{% endcolumn %}
{% endcolumns %}

***

#### 📊 反馈板块 (Feedback Boards)

{% tabs %}
{% tab title="🚀 功能请求" %}
**请求新功能**

投票支持你想在 Infinity Algo 中看到的功能。我们的产品团队每周审核这些请求。

{% hint style="success" %}
**热门请求优先处理！** 获得 50+ 投票的功能将快速跟进开发。
{% endhint %}
{% endtab %}

{% tab title="🐛 Bug 报告" %}
**报告问题**

通过报告遇到的任何 Bug 或问题来帮助我们维持产品质量。

{% hint style="warning" %}
**发现严重 Bug？** 也可以发送邮件至 <support@infinityalgo.com> 获得最快的响应。
{% endhint %}
{% endtab %}

{% tab title="💡 想法与建议" %}
**分享你的愿景**

欢迎天马行空的思考！分享可能彻底改变交易的创新想法。

{% hint style="info" %}
**没有想法太大胆了！** 我们的一些最佳功能都始于"疯狂"的建议。
{% endhint %}
{% endtab %}
{% endtabs %}

***

#### 🎯 我们如何确定优先级

{% columns %}
{% column width="50%" %}
**我们考虑的因素：**

* **投票数** - 社区需求
* **用户群体** - Pro 用户 vs 免费用户
* **技术可行性** - 开发工作量
* **战略对齐** - 产品愿景
* **收入影响** - 商业价值
  {% endcolumn %}

{% column %}
**优先级等级：**

* **紧急（Critical）** - Bug 和功能故障
* **高（High）** - 100+ 投票或企业级需求
* **中（Medium）** - 50-99 投票
* **低（Low）** - 低于 50 投票
* **待办事项（Backlog）** - 未来考虑
  {% endcolumn %}
  {% endcolumns %}

***

#### ❓ 常见问题 (FAQ)

<details>

<summary><strong>你们多久审核一次反馈？</strong></summary>

我们的产品团队每周审核新提交的内容（每周一）。高优先级的 Bug 每天审核。

</details>

<details>

<summary><strong>我可以提交私密反馈吗？</strong></summary>

可以！发送邮件至 <support@infinityalgo.com> 提交私密功能请求或敏感 Bug 报告。

</details>

<details>

<summary><strong>我怎样知道我的反馈已被收到？</strong></summary>

你会立即看到你的提交出现。我们会在 5 个工作日内更新其状态。

</details>

<details>

<summary><strong>提交后会发生什么？</strong></summary>

1. **审核（Review）** - 团队评估可行性
2. **状态更新（Status Update）** - 标记为已计划/审议中/已关闭
3. **开发（Development）** - 如果批准，将添加到迭代计划（Sprint）
4. **测试（Testing）** - Beta 用户进行测试
5. **发布（Release）** - 向所有用户发布
6. **通知（Notification）** - 你会收到一封邮件！

</details>

***

#### 💬 需要帮助？

{% hint style="info" %}
**找不到你要找的内容？**

* 📧 邮件：<support@infinityalgo.com>
* 💬 在线客服（Live Chat）：可在网站上获取
* 📚 文档：[查看我们的文档](https://docs.infinityalgo.com/)
  {% endhint %}


---

# 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:

```
GET https://infinity.aloen.to/infinity-algo-features/feature-requests-and-roadmap.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.
