> For the complete documentation index, see [llms.txt](https://docs.elite.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elite.cloud/faq.md).

# 常見問答

- [帳號管理與操作](https://docs.elite.cloud/faq/account-setup.md): 本頁整理使用「勤英科技雲端雙效健檢」時最常見的操作問題，包含如何新增其他 AWS 帳號一起檢測、以及如何解除綁定與移除授權。照著步驟做即可安全完成綁定與撤銷。
- [安全性與權限驗證](https://docs.elite.cloud/faq/security-permissions.md): 本頁說明雲端雙效健檢在授權、資料存取與風險控管上的設計原則：我們會讀取哪些資訊、不會碰哪些內容、需要哪些 IAM 權限，以及您如何驗證我們確實是唯讀（Read-only）且可隨時撤銷，讓企業能安心進行檢測。
- [計費模式與合約](https://docs.elite.cloud/faq/pricing-partnership.md): 本頁解答費用與合作模式相關問題：為什麼勤英科技能提供更具競爭力的雲端價格與折扣、既有 RI / Savings Plans 是否仍有節費空間，協助您快速做出採購與導入決策。
- [報告解讀說明](https://docs.elite.cloud/faq/report-results.md): 本頁整理報告產出與成效相關問題：多久可以看到初版結果、資安與合規掃描為何需要較長時間、報告會包含哪些重點與可交辦項目，以及是否收費或綁約。讓您在開始前先掌握產出內容與預期成果。


---

# 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://docs.elite.cloud/faq.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.
