> For the complete documentation index, see [llms.txt](https://survivalismg.gitbook.io/survivalismg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survivalismg.gitbook.io/survivalismg/game/server-expansion.md).

# Server Expansion

기존 서버에서 세력이 고착화하여 신규 유저가 접근하지 못하는 경우가 발생할 경우 신규 서버를 오픈 할 수 있습니다.

**각 서버간 정보는 공유하지 않으므로 무기의 강화, 영웅의 레벨 등은 동기화 되지 않습니다**. 만약 A서버에서 Muffler영웅의 레벨30을 달성하였다고 하더라도 B서버에서 진행 할 경우 다시 처음부터 영웅을 육성하여야 합니다. 하지만 A서버에는 그대로 데이터가 남아있기 때문에 그 다음 시즌에서도 육성 시켜놨던 레벨 30의 Muffler는 그대로 사용이 가능합니다.

신규 서버의 추가 경우는 아래와 같습니다.

* 추가 유저 유입이 발생할 경우
* 유저 유입이 발생하였으나 기존 서버의 고착화된 세력 균형에 의해 게임 진입이 어려운 경우
* 추가 유저 유입이 없더라도 기존 서버에서 낙오된 유저들을 위한 새로운 장을 제공하기 위해


---

# 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://survivalismg.gitbook.io/survivalismg/game/server-expansion.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.
