# 반복 커넥트 운영하기

### 1. 반복 커넥트 시작하기

반복 커넥트를 시작하는 방법은 1회 커넥트와 유사하지만, \
매주 랜덤 커넥트가 **반복될 주기와 요일**, **참여자 모집 시작 시간**과 **참여자 모집 마감 시간**을 추가로 설정해야 해요.

<figure><img src="/files/fXrpoQfuFOdQ21AxGYXd" alt=""><figcaption><p>반복 커넥트 시작하기 창</p></figcaption></figure>

설정한 주기와 요일에 따라서

* **매일매일** (매주 - 월, 화, 수, 목, 금)
* **격주 월요일마다** (2주마다 - 월)
* **매 4주 금요일마다** (4주마다 - 금)

등 상황에 맞는 주기로 랜덤 커넥트를 반복 진행할 수 있어요.

### 2. 반복 커넥트 운영하기

반복 커넥트는 처음 설정하고 나면, \
설정한 주기마다 지정된 **참여자 모집 시작 시간에** 참여자를 모집이 시작되며, **1회 커넥트가 자동으로 시작**돼요.

또 당일 지정된 **참여자 모집 마감 시간에 랜덤 조를 편성**하고, **결과를 정해진 채널에 바로 발표**돼요.

{% hint style="info" %}
반복 커넥트는 관리자의 리소스 개입 없이 반복적으로 랜덤 커넥트를 운영하기 위한 기능이예요.\
반복 커넥트에서는 1회 커넥트와 달리 **조 편성 초안을 기반으로 조를 임의로 수정해 발표할 수 없음**을 유의해 주세요!
{% endhint %}

### 3. 진행 중인 랜덤 커넥트 관리하기

`아기고래 앱 홈` > `랜덤 커넥트 관리(관리자 메뉴)`에서 진행 중인 모든 랜덤 커넥트(1회/반복)를 확인할 수 있어요.

<figure><img src="/files/1FbFVVbnJLYT2elSoDQS" alt=""><figcaption><p>아기고래 관리자 메뉴, 랜덤 커넥트 관리 탭</p></figcaption></figure>

수정하고 싶은 랜덤 커넥트 오른쪽 **`...` 버튼**을 눌러 \
진행 중인 1회/반복 커넥트의 진행 관련 설정을 수정하거나 취소할 수 있어요.


---

# 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://docs.babywhale.io/features/random-connect/scheduled.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.
