> 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/iam-on-fpt-cloud-console/introduction.md).

# Introduction

**FPT Identity & Access Management (FPT IAM)** is a feature that allows Tenant owners to share access to resources on their **FPT Cloud** with other users with different permissions.&#x20;

Some basic concepts in FPT IAM:&#x20;

* **Role**: The user's role within the organization, which defines the permissions the user is capable of performing.&#x20;
* Currently, FPT IAM supports two basic roles: **Super Admin** and **Readonly**. If these two roles do not meet your needs, you can create Custom Roles with customizable permissions.&#x20;
* Each role has a list of permissions.&#x20;
* **Permission**: determines what features a user can perform on which resources. Each permission belongs to one role.&#x20;
* **User group**: A group of users with the same role (by tenant or VPC).&#x20;
* **IAM users**: Users added to the tenant who have the right to interact with resources in the tenant according to their assigned role.&#x20;

The tenant owner has full control over all VPC resources, including permission features. This account will be assigned the ORG Admin role by default.&#x20;

To use IAM, the **Tenant Owner** must first create roles and permissions for roles (Instance manager, Data analyst, etc.) and create user groups assigned to the corresponding roles.&#x20;

* For the created User group, the Tenant owner can select and customize the Role and Permission as appropriate.&#x20;
* Assign permissions by inviting additional IAM users to the User group via email.&#x20;
* After receiving the invitation, IAM users can register/log in or log in via the organization's SSO to the FPT Portal as instructed and use the resources in the invited VPC/Tenant.&#x20;


---

# 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/iam-on-fpt-cloud-console/introduction.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.
