> For the complete documentation index, see [llms.txt](https://aicy.gitbook.io/finex-guideline/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aicy.gitbook.io/finex-guideline/functions/undefined/quickstart.md).

# 팀원 초대방법

### 팀원관리 페이지 접속

> 팀원관리 페이지 : <https://service.finex.ceo/my/members>

{% hint style="warning" %}
**기업용 솔루션이므로 gmail.com 등 개인 이메일 주소는 초대를 권장하지 않습니다.**

› 강력한 비밀번호를 설정하여 보안을 강화하세요&#x20;

› SSO(Single Sign-On) 구글 연동을 활용하면 간편하게 로그인할 수 있습니다.
{% endhint %}

### 1. 팀원 초대하기

\[팀원 초대하기] 버튼 클릭합니다.

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

***

### 2. 부여할 권한 설정하기

초대를 원하는 팀원에 부여할 권한을 선택합니다.

[권한별 상세안내 (기능)](/finex-guideline/functions/undefined/undefined.md)

<div align="left"><figure><img src="/files/Mn9Ao8HdSsK3vZe3xE4d" alt="" width="563"><figcaption></figcaption></figure></div>

***

### 3-1.  이메일 주소로 초대하기

초대링크를 전송할 이메일주소를 입력하여 **\[초대하기]** 버튼을 클릭하면 즉시 해당 이메일주소로 초대링크가 발송됩니다.

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

### 3-2. 초대 링크 URL 생성 후 공유하기

\[**URL 생성하기**] 버튼을 클릭하면 복사 가능한 링크가 생성됩니다. 복사된 링크 URL를 공유하면 즉시  초대 페이지로 접속되어 팀원 등록이 가능합니다.

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

***

#### 🗨️실시간 문의채널&#x20;

{% embed url="<https://finex.channel.io/home>" %}


---

# 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://aicy.gitbook.io/finex-guideline/functions/undefined/quickstart.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.
