> For the complete documentation index, see [llms.txt](https://nurilounge.gitbook.io/nurilounge-guide-for-creators/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nurilounge.gitbook.io/nurilounge-guide-for-creators/release-notes/aug.-2024-update-home-and-quest.md).

# \[AUG. 2024] Update : Home\&Quest

Dear Nurilounge Users,

We sincerely thank you for your love and continuous support for Nurilounge.\
We're excited to introduce some new updates!

Please take a look at these updates and enjoy our community even more efficiently :)

***

**1.Home Screen Update**

The home screen, which previously focused on banners, has now been updated to highlight quests.\
You can now easily check which quests are currently active directly from the home screen :)

Additionally, if you have any questions, you can access our guide by clicking the (?) icon in the top right corner.

**2.Quest Screen Update**

Previously, you could only see thumbnails and titles in the quest list.\
Now, you can view more detailed information, such as the required social media platform and the number of participants, without having to open the detail page.

We have also added new features that allow you to sort and filter the quest list according to your preferences, making it easier for you to navigate :)

**3.Daily Jelly is now Weekly Jelly**

This change has been made to enhance our services by better utilizing the Jelly system. We kindly ask for your understanding regarding this update.

**4.Other Updates**

* The tutorial has been updated.
* The method for displaying the deadline on the quest detail page has been changed.
* The Jelly Boost feature has been completely removed.

***

Thank you for being a part of this update!

If you have any further questions about the update or Nurilounge, please feel free to contact us :)

👉 <lounge@nurihaus.com>


---

# 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://nurilounge.gitbook.io/nurilounge-guide-for-creators/release-notes/aug.-2024-update-home-and-quest.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.
