> For the complete documentation index, see [llms.txt](https://monkeyempire.gitbook.io/monkey-empire/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monkeyempire.gitbook.io/monkey-empire/dev-blog/weekly-update-28-11-2022.md).

# Weekly Update 28/11/2022

**Game Design**\
Updated Map Block Logic (16x16) Added Design for Researching / Research Center Created Research Screen Wireframe Added new tickets (Walls, Hospital, Research Center)

**Backend team**\
For the backend team we worked on:\
— the storage vault, adding a way for user to store some mkc in a safe in their village\
— db improvements, adding indexes to improve response time\
— finishing the truce shield\
— finishing the automated villages\
— perfecting the async messaging/queuing inside the backend to handle a few tasks like battles\
— building queues

**Analytics**\
— Feature is almost live, better tracking of the users and their actions leads to better involvement !\
— Tracking is now possible for both internal and external events (game + twitter + sites, …)\
— Next week : first version of the public tracking dashboard

**3D team**\
Reworked the cropland, the previous model was hard to differentiate from the environment

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

Working on the next village map

<figure><img src="/files/6KuBxW9kDW5zpbl6s2fk" alt=""><figcaption></figcaption></figure>

The whole Monkey Empire team wishes you a nice day!

See you next week for the new devblog episode and don’t forget to ape!

**Join the ape community!**

**Linktree:**[ linktr.ee/monkey.empire](https://t.co/EGPb2u5hKX)\
**Website:**[ https://monkeyempire.net](https://monkeyempire.net/)\
**Whitepaper:** [https://monkeyempiredeeplgitbook.io/monkey-empire/](https://monkeyempire.gitbook.io/monkey-empire/)\
**Twitter:**[ https://twitter.com/monkeyempiree](https://twitter.com/monkeyempiree)\
**Discord:**[ http://discord.gg/RGchaxczUB](http://discord.gg/RGchaxczUB)\
**Telegram:** <https://t.me/monkeyempiree>


---

# 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://monkeyempire.gitbook.io/monkey-empire/dev-blog/weekly-update-28-11-2022.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.
