> For the complete documentation index, see [llms.txt](https://docs.guestway.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guestway.io/guestway-mobile-app/cleaning/weekly-overview.md).

# Weekly overview

The **Weekly overview** is the default view of the Tasks tab — a one-week timeline of every cleaning across all your properties, with color cues that flag urgent jobs at a glance and visual indicators for reservations, smart-lock status, and task progress.

#### How the timeline is laid out

Each row represents one of your **listings** — the property nickname and a smart-lock status icon appear on the left in the **Unit** column. The seven columns to the right are the days of the week, with **today** highlighted in bold.

Two layers sit on top of the day grid:

* **Reservation bars** — colored bars stretch from a guest's check-in date to their check-out date.
* **Task indicators** — round bubbles appear in the day a cleaning is scheduled, color-coded by priority.

<figure><img src="/files/xHd1SDYZghx9OXLd0iTh" alt="" width="188"><figcaption></figcaption></figure>

#### Navigating between weeks

Use the buttons in the top bar to move through your schedule:

* Tap **Previous** to step back a week and review past cleanings.
* Tap **Next** to look ahead to upcoming workloads.

Pull down on the schedule at any time to refresh the latest cleanings and reservations.

#### Cleaning priority colors

The color of each task indicator tells you how tight the cleaning window is. Priority is calculated automatically from the target start time and the deadline before the next guest arrives.

| Color  | Priority | What it means                                                                |
| ------ | -------- | ---------------------------------------------------------------------------- |
| Red    | High     | Urgent — finish before an imminent guest arrival.                            |
| Orange | Medium   | The deadline is right at the target check-in time. Stay on schedule.         |
| Amber  | Normal   | There's some buffer between the target time and the deadline.                |
| Green  | Low      | Plenty of time — the cleaner has the full day or more.                       |
| Grey   | Unknown  | Priority couldn't be calculated. Flag with your supervisor if it stays grey. |

#### Task states

A task indicator's appearance also tells you where the cleaning stands:

* **Pending** — Solid colored bubble with a cleaning icon. The job hasn't started yet.
* **In progress** — Light blue bubble with a pulsing hourglass icon. Someone is currently cleaning.
* **Completed** — Green bubble with a white check mark.
* **Action needed** — A small blue exclamation in the corner means the task still has services that need to be checked off before it can be completed.

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

#### Reservation bars

Reservation bars show when a property is occupied. They round off on the day a stay starts or ends, so turnovers are easy to spot at a glance.

* **Green** — Guest reservation. Tap any segment to open the linked guest conversation in the **Inbox**.
* **Primary (blue)** — Owner reservation, blocking the calendar without a guest.

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

#### Smart-lock status icon

The icon next to each listing nickname reflects the current state of the property's smart lock. Use it to flag access issues before a cleaner arrives on site.

| Icon                   | What it means                                                  |
| ---------------------- | -------------------------------------------------------------- |
| Battery (green)        | Online with a healthy battery.                                 |
| Battery (orange)       | Online, but the battery needs charging soon.                   |
| Battery (red)          | Online, battery critical — replace/charge as soon as possible. |
| Battery (blue)         | Online and currently charging.                                 |
| Lightning bolt         | Plugged in to mains power (no battery).                        |
| Wi-Fi with exclamation | Smart lock is offline — connection issue.                      |
| Question mark          | Smart-lock status is unknown.                                  |

#### Today indicator

On today's column, a faint shaded background marks the time that's already passed and a thin vertical line shows the **current time**. This makes it easy to see what should already be in progress versus what's still ahead today.

#### Tapping for more

Every element on the timeline is interactive:

* Tap a **task indicator** to open the task details — see Managing cleaning tasks.
* Tap a **reservation bar** to jump to the linked guest conversation in the `Inbox`.
* Tap a **listing nickname** to open the property's full listing page.

***

#### What's next

* Found the task you need to work on? See[ Managing cleaning tasks](https://docs.guestway.io/guestway-mobile-app/cleaning/managing-cleaning-tasks) for what every detail in a task means.
* Finished cleaning? Follow [Completing a task](https://docs.guestway.io/guestway-mobile-app/cleaning/completing-a-task) to submit photos, remarks, and notes.<br>


---

# 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:

```
GET https://docs.guestway.io/guestway-mobile-app/cleaning/weekly-overview.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.
