# My Store Schedules

This tab grants users view access to the schedule for the entire location, facilitating communication among colleagues for shift changes and cover requests.

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

Users will find their location displayed above the list of other employees. Each user's name in the list is clickable, leading to additional information about that user. Importantly, the popup information menu includes a convenient "Message" option for easy communication with the user, especially when coordinating shift swaps.

{% hint style="info" %}
The dropdown menu can accommodate more than 52 weeks, but beyond week 52, the numbering will reset and start again from week 1.
{% endhint %}


---

# 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://guides.mangoapps.com/user-guide/schedules/my-store-schedules.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.
