> For the complete documentation index, see [llms.txt](https://docs.hypercore.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypercore.vn/quan-ly-team/gioi-thieu.md).

# Giới thiệu

Tính năng Team của HyperCore cho phép người dùng dễ dàng quản lý các dịch vụ cloud của mình trong một môi trường làm việc nhóm. Mỗi team có thể quản lý dịch vụ chung, chia sẻ tài nguyên (như VPC) giữa các team và nạp chuyển khoản credit giữa các team.

## Các Vai Trò (Role) Trong Team

* **Team Owner**:
  * Quyền hạn: Đọc, ghi đối với các dịch vụ, cập nhật thông tin team, mời thành viên mới, và nhận thông báo liên quan đến hóa đơn và thanh toán.
  * Lưu ý: Mỗi team chỉ có một Team Owner.
* **Team Admin**:
  * Quyền hạn: Đọc, ghi đối với các dịch vụ và mời thêm thành viên mới.
* **Team Member**:
  * Quyền hạn: Đọc, ghi đối với các dịch vụ.
* **Team Biller**:
  * Quyền hạn: Đọc các dịch vụ và nhận thông báo liên quan đến hóa đơn và thanh toán.

## **Chức Năng Quản Lý Dịch Vụ và Tài Nguyên**

* **Quản lý dịch vụ**: Mọi thành viên của team có quyền hạn phù hợp đều có thể quản lý các dịch vụ mà team sở hữu.
* **Chia sẻ VPC giữa các Team**: VPC có thể được chia sẻ dùng chung giữa nhiều team, giúp các team có thể cùng sử dụng tài nguyên mạng.
* **Chuyển Credit giữa các Team**: Credit nạp vào tài khoản có thể được chuyển giữa các team. Để thực hiện việc này, người dùng thực hiện thao tác chuyển credit cần có quyền Admin hoặc Owner của team gửi và ít nhất quyền Team Member của team nhận.


---

# 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.hypercore.vn/quan-ly-team/gioi-thieu.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.
