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

# ACCOUNT

- [IAM on FPT Cloud console](https://ai-docs.fptcloud.com/account/iam-on-fpt-cloud-console.md)
- [Introduction](https://ai-docs.fptcloud.com/account/iam-on-fpt-cloud-console/introduction.md)
- [Tutorials](https://ai-docs.fptcloud.com/account/iam-on-fpt-cloud-console/tutorials.md)
- [Role Management](https://ai-docs.fptcloud.com/account/iam-on-fpt-cloud-console/tutorials/role-management.md)
- [User Group Management](https://ai-docs.fptcloud.com/account/iam-on-fpt-cloud-console/tutorials/user-group-management.md)
- [IAM User Management](https://ai-docs.fptcloud.com/account/iam-on-fpt-cloud-console/tutorials/iam-user-management.md)
- [Audit Log](https://ai-docs.fptcloud.com/account/audit-log.md): Access and manage logs for AI Factory
- [Billing](https://ai-docs.fptcloud.com/account/billing.md)
- [Quick Start](https://ai-docs.fptcloud.com/account/billing/quick-start.md)
- [Tutorials](https://ai-docs.fptcloud.com/account/billing/tutorials.md)
- [Payment methods](https://ai-docs.fptcloud.com/account/billing/tutorials/payment-methods.md)
- [Billing policy](https://ai-docs.fptcloud.com/account/billing/tutorials/billing-policy.md)
- [GPU VM Billing](https://ai-docs.fptcloud.com/account/billing/tutorials/billing-policy/gpu-vm-billing.md): For using GPU VM on the FPT AI Factory portal ONLY.
- [GPU Container Billing](https://ai-docs.fptcloud.com/account/billing/tutorials/billing-policy/gpu-container-billing.md)
- [Model Hub Billing](https://ai-docs.fptcloud.com/account/billing/tutorials/billing-policy/model-hub-billing.md)
- [Model Finetuning Billing](https://ai-docs.fptcloud.com/account/billing/tutorials/billing-policy/model-finetuning-billing.md)
- [AI Inference Billing](https://ai-docs.fptcloud.com/account/billing/tutorials/billing-policy/ai-inference-billing.md)
- [AI Notebook Billing](https://ai-docs.fptcloud.com/account/billing/tutorials/billing-policy/ai-notebook-billing.md)
- [Billing plans](https://ai-docs.fptcloud.com/account/billing/tutorials/billing-plans.md)
- [Create PAYG Tenant on AI Factory](https://ai-docs.fptcloud.com/account/billing/tutorials/create-payg-tenant-on-ai-factory.md)
- [Manage balance](https://ai-docs.fptcloud.com/account/billing/tutorials/manage-balance.md)
- [Top-up credits](https://ai-docs.fptcloud.com/account/billing/tutorials/top-up-credits.md)
- [Redeem voucher](https://ai-docs.fptcloud.com/account/billing/tutorials/redeem-voucher.md)
- [Set low balance threshold alert](https://ai-docs.fptcloud.com/account/billing/tutorials/set-low-balance-threshold-alert.md)
- [Get my invoices](https://ai-docs.fptcloud.com/account/billing/tutorials/get-my-invoices.md)
- [Credit history](https://ai-docs.fptcloud.com/account/billing/tutorials/credit-history.md)
- [Voucher list](https://ai-docs.fptcloud.com/account/billing/tutorials/voucher-list.md)
- [FAQ](https://ai-docs.fptcloud.com/account/billing/faq.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://ai-docs.fptcloud.com/account.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.
