> 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/account-setup.md).

# 帳號管理與操作

<details>

<summary>我想解除綁定，流程會很麻煩嗎？</summary>

&#x20;請參考我們的教學文件：【[<mark style="color:$primary;">快速移除授權指南</mark>](/security-and-permissions/revoke-access.md)】

</details>

<details>

<summary>我有好幾個 AWS 帳號，可以通通放進來一起看嗎？</summary>

當然可以。只要把其他 AWS 帳號也完成綁定，就能在同一個介面切換查看各帳號的節費成效與健檢結果，管理會更集中、更省時間。

綁定方式請跟著下方影片操作即可（照著做一次，後續新增帳號也同樣流程）。

</details>

{% embed url="<https://www.youtube.com/watch?v=2qwnrqWTtvI>" %}
教您如何綁定多個 AWS 帳號
{% endembed %}


---

# 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/account-setup.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.
