> For the complete documentation index, see [llms.txt](https://docs.genuniverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.genuniverse.io/gameplay/faction-wars-ragnarok/camp-management.md).

# Camp Management

1.Enter selected faction’s map and start setting up camp and conquering other’s camp.

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

2. Once players conquered a camp, in order to defend their camp, players need to form a defense team to prevent other players from conquering it.

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

3.Players can choose to upgrade all conquered camps.

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

4.Under Camp Management, players can managed and form a defense team to defend their camp.

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

5.Upgrading the camp will unlock multiple abilities, including the AI defense feature.

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

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


---

# 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://docs.genuniverse.io/gameplay/faction-wars-ragnarok/camp-management.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.
