# faqs

1. 我可以引用組織內項目本身的內容嗎？

   當然可以。請記得聲明[項目來源](http://amazingapps.org/)。
2. 我可以建議添加應用程式嗎？如果我本身是本應用程式開發者呢？如何進行？

   歡迎任何人建議添加新應用程式以及貢獻列表。

   您可以[透過郵件](mailto:public@amazingapps.org)給予回饋，注意說明應用程式名稱與官網。

   但是強烈建議您使用 GitHub 帳戶：

   * 在對應項目新建一個 issue，並註明應用程式名稱及官網
     * 如果您不知道該說什麼，您也可以賣個萌
   * 向對應項目發送直接修改。

     無論如何，貢獻都是受歡迎的。此外，強烈建議您通讀[貢獻指引](https://github.com/amazing-apps/organization-wiki/tree/6e1fba844cc3eac4e91f86ed628138abb03a384a/contribution-guidelines.md)
3. 這裡面的軟體有可疑行為！！！

   如果您發現有可疑的行為，請參考問題2中方式給出建議並說明具體行為。我們將盡快進行調查。
4. 為何未啟用 GitBook 的電子書生成功能？

   考慮到該項目更新工作量大、頻率高，穩定的電子書版本發布並不實際。


---

# 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://amazing-apps.gitbook.io/organization-wiki/zh-tw/faqs.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.
