> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/getting-started/join-center.md).

# 센터 가입하기

{% hint style="info" %}
우리 센터에 가입할 수 있는 방법을 안내해드릴게요.
{% endhint %}

## ↩️ 센터 가입하기

{% hint style="warning" %}
가입을 위해서는 센터 관리자가 멤버 초대를 해주셔야합니다.\
먼저 센터 관리자에게 초대를 요청해보세요!
{% endhint %}

### 🌐 URL로 가입하기

![](/files/YAl5KjRqK96U5Nad1bZm)

{% stepper %}
{% step %}
관리자로부터 전달받은 URL로 들어와주세요.
{% endstep %}

{% step %}
오늘상담에 가입이 되어 있다면 로그인을, 가입되어 있지 않으시다면 회원가입을 진행해주세요.
{% endstep %}

{% step %}
센터 입장하기를 눌러주세요.

![](/files/q8lpCCZVDLilX3U9cb7J)
{% endstep %}
{% endstepper %}

### 📧 이메일 초대링크로 가입하기

![](/files/ShaMvOL4y0yX5GDHQKOk)

{% stepper %}
{% step %}
관리자가 초대링크를 전달해준 이메일을 확인해주세요.
{% endstep %}

{% step %}
이메일에 있는 “초대 수락” 버튼을 눌러주세요.
{% endstep %}

{% step %}
오늘상담에 가입이 되어 있다면 로그인을, 가입되어 있지 않으시다면 회원가입을 진행해주세요.

![](/files/YAl5KjRqK96U5Nad1bZm)
{% endstep %}

{% step %}
센터 입장하기를 눌러주세요.

![](/files/q8lpCCZVDLilX3U9cb7J)
{% endstep %}
{% endstepper %}


---

# 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://sangdamtoday.gitbook.io/intro/pcmanual/getting-started/join-center.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.
