# Keep my villagers from dying?

In an effort to give everyone an optimized playing experience, we do have mob caps on many of the mobs in the game, including villagers. You can have up to 10 villagers in 1 chunk (do F3 G to see chunk lines).

To make sure they do not die:

* No more than 10 per chunk
* Nametag all of them, even if they have locked in jobs

Your villagers may also lose their AI (their movements) if they are in a space that is 2x2x2 or smaller. This is to help with optimizing lag on the server. They will still retain the ability to trade with them.


---

# 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.mineseed.org/mineseed/faq/keep-my-villagers-from-dying.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.
