> 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-11-09-2023.md).

# Weekly Update 11/09/2023

<figure><img src="/files/1yxXxGRBsBBCa325g45s" alt=""><figcaption></figcaption></figure>

**Backend team**\
\&#xNAN;***By Austin***

* I added a check on researches when updating facilities. I also took the opportunity to add these rules in plain sight in the rules routes.
* Removed an eager check on facilities for villages. Basically it will make a lot of payloads lighter for the frontend, removing data they don’t use.

***By Furqan***

* After adding a Redis Insight interface for our local stack, I’ve been working on implementing the same kind of interface for our Bull tasks queue. After having some issues with it, I’m exploring alternative solutions. Next step is to work on new features

***By Floffy***

* After a lots of testing, I finished the Raid Attacks. It’s now being integrated to the frontend stack, and soon Clan members will be able to launch grouped attacks !
* Added some lother routes to show the last raid participations etc…

**Join the Ape community**

**Play on iPhone:** [https://testflight.apple.com/join/VhdGSRMd](https://t.co/fLbGFbiiM1)\
**Play on Android:** [https://play.google.com/store/apps/detailsid=com.LeetGameStudio.MonkeyEmpire](https://t.co/fecY4jdPvW)\
**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](https://discord.gg/C4kcPuQgWZ)\
**Telegram:** <https://t.me/monkeyempiree>\
**Quests:** <https://vu.fr/NlMC>


---

# 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-11-09-2023.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.
