> For the complete documentation index, see [llms.txt](https://knowledge.maica.com.au/maica-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app.md).

# Mobile Worker App

- [Installing the Mobile App](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/installing-the-mobile-app.md): Learn how to install the Maica Mobile App onto your device
- [Home Page Overview](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/home-page-overview.md): Learn about the Home Page in the Maica Mobile App
- [My Offers](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/my-offers.md): Learn about the My Offers component and Broadcasting functionality within the Mobile Application
- [Appointments & Shifts Overview](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-overview.md): Learn about the Appointment or Shift Page in the Maica Mobile App
- [Appointments & Shifts Actions](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions.md): Discover the Appointment & Shift Actions possible in the Maica Mobile App.
- [Check In](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/check-in.md): Learn how to Check Into Appointments & Shifts in the Mobile App
- [Manage](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/manage.md): Learn how to Manage Appointments & Shifts in the Mobile App
- [Open](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/open.md): Learn what is involved in Opening Appointments & Shifts in the Mobile App
- [Notes](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/notes.md): Learn how to record and manage Participant Notes within an Appointment or Shift on the Mobile App
- [Incidents](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/incidents.md): Learn how to record and manage Incidents within an Appointment or Shift on the Mobile App
- [Participant Photos](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/participant-photos.md): Learn how to view Participant Photos attached to your Appointment or Shift on the Maica Mobile App
- [Attach Files](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/attach-files.md): Learn how to upload files to your Appointment or Shift on the Maica Mobile App
- [Participant Signature](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/participant-signature.md): Learn how to capture and store Signatures during an Appointment or Shift on the Maica Mobile App
- [Appointment Breaks](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/appointment-breaks.md): Learn how to record breaks taken during an Appointment or Shift on the Maica Mobile App
- [Expenses](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/expenses.md): Learn how to record expenses linked to an Appointment or Shift in the Maica Mobile App
- [Cancellation](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/cancellation.md): Learn how to cancel an Appointment or Shift from the Maica Mobile App.
- [Check Out](https://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app/appointments-and-shifts-actions/check-out.md): Learn how to complete the Check-Out process at the end of your Appointment or Shift on the Maica Mobile App


---

# 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://knowledge.maica.com.au/maica-knowledge-base/mobile-worker-app.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.
