# 오리지널 서버

- [오리지널 시스템 소개](https://changwonfirebird.gitbook.io/scp-sl/original/main_info.md)
- [시작전 진영 표기](https://changwonfirebird.gitbook.io/scp-sl/original/main_info/start_info.md)
- [연동](https://changwonfirebird.gitbook.io/scp-sl/original/main_info/discord_link.md): 인게임(steam)과 디스코드를 연결하는 시스템
- [유저 접속 알림 시스템](https://changwonfirebird.gitbook.io/scp-sl/original/main_info/discord_link/mention_alarm.md): 유저가 서버에 접속하면 별도로 봇이 알려주는 시스템 이에요!
- [랭크](https://changwonfirebird.gitbook.io/scp-sl/original/main_info/rank_info.md): 심심한 오리지널에 경쟁성을 부여하는 시스템
- [밸런스 패치](https://changwonfirebird.gitbook.io/scp-sl/original/main_info/balance.md): 랭크와 인게임의 균형을 위한 조정사항


---

# 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://changwonfirebird.gitbook.io/scp-sl/original.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.
