# 팀 기능이란?

<figure><img src="/files/ImcqSU6ZKXvj4LzPXOMC" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %} <mark style="color:orange;">현재 팀 기능은 베타 버전으로 운영되고 있으며, 관리자 승인 사용자에 한해 팀 생성이 가능합니다.</mark>  [<mark style="color:orange;">**팀 기능 이용 신청**</mark>](/userguide/runyour-ai_team/userguide/create-manage/undefined.md)
{% endhint %}

## 퀵가이드

처음 사용하는 사용자가 전체 과정을 빠르게 이해할 수 있도록 팀 기능의 주요 흐름을 단계별로 정리했습니다.

{% stepper %}
{% step %}

#### **팀 생성**&#x20;

<figure><img src="/files/Na3qcUyypsKoRBH8jHzW" alt=""><figcaption></figcaption></figure>

* 계정 > 팀 생성하기 버튼을 클릭합니다.
* 팀 생성 요청 모달을 작성하면 관리자에게 승인 요청이 전송됩니다.
* 관리자가 승인하면 팀 생성 권한이 부여됩니다. 승인되지 않은 사용자는 이용하실 수 없습니다.

[자세히 보기: 2.1 팀 생성하기](/userguide/runyour-ai_team/userguide/create-manage/create-team.md)&#x20;
{% endstep %}

{% step %}

#### **구성원 초대**

<figure><img src="/files/pFABsbWXZewCEk9E0A3S" alt=""><figcaption></figcaption></figure>

* 소유자 또는 매니저가 생성된 팀에 팀원을 초대할 수 있습니다.
* 초대받은 사용자가 수락하면 “이용 중” 상태로 전환됩니다.
* 팀원별로 역할(매니저/멤버)을 부여할 수 있습니다.

[자세히 보기: 3.1 팀원 초대하기](/userguide/runyour-ai_team/userguide/team-invitation/invite-member.md)
{% endstep %}

{% step %}

#### 팀 크레딧 **충전**

<figure><img src="/files/8no7OvC7BHXVxbjGfScA" alt=""><figcaption></figcaption></figure>

* 팀 단위로 GPU/스토리지 사용료를 결제하기 위해 팀 크레딧을 충전합니다.
* 충전 수수료는 3.8%이며, 최소 금액은 5만원입니다.
* 모든 구성원이 예치금을 충전할 수 있습니다.

[자세히 보기: 4.2 충전 방법](/userguide/runyour-ai_team/userguide/team-deposit/how-to-charge.md)
{% endstep %}

{% step %}

#### **자원 이용**

<figure><img src="/files/4Uqvr0aLua0nYJEd5iUk" alt=""><figcaption></figcaption></figure>

* 구성원 누구나 On-demand, Reserved, 저장소 자원을 이용할 수 있습니다.
* 자원은 팀 소유로 등록되며, 반납자는 대여자와 달라도 무방합니다.

[자세히 보기: 5.1 자원 이용하기](/userguide/runyour-ai_team/userguide/resource-usage.md)
{% endstep %}

{% step %}

#### **청구 및 결제**

<figure><img src="/files/AK3MDhdF26cuGhqdnEPc" alt=""><figcaption></figcaption></figure>

* Runyour AI의 팀 결제는 월 단위 후불 정산 방식으로 운영됩니다.
* 매월 이용한 GPU·저장소 자원에 대한 사용 내역이 익월 초 자동 청구서로 생성됩니다.
* 충전된 팀 크레딧에서 해당 금액이 차감되어 결제됩니다.

[자세히 보기: 6.1 청구서 조회](/userguide/runyour-ai_team/userguide/billing-management/invoice-overview.md)
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://runyourai.gitbook.io/userguide/runyour-ai_team/getting-started/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
