> 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/maica-administration-guide/system-processes.md).

# System Processes

- [Billing Invoice Generation](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/billing-invoice-generation.md): Learn about Maica's Billing engine and Invoice Generation logic.
- [Timesheet Generation](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/timesheet-generation.md): Learn about how Maica automates the generation of timesheet activities for Resources.
- [Recurring Schedules](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/recurring-schedules.md): Learn about recurring schedules within Maica and how to manage these.
- [Travel Claiming and Expenses](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/travel-claiming-and-expenses.md): Learn about how Maica automates the generation of travel claiming and expenses.
- [Public Holiday Configuration](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/public-holiday-configuration.md): Learn how to configure Public Holidays within Maica
- [Configuring Maica Components](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/configuring-maica-components.md): Learn how to configure key components in Maica
- [Appointment Services](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/configuring-maica-components/appointment-services.md): Learn how to configure Appointment Services in Maica
- [Support Items](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/configuring-maica-components/support-items.md): Learn how to configure Support Items in Maica
- [Support Categories](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/configuring-maica-components/support-categories.md): Learn how to configure Support Categories in Maica
- [Overnight and 24 Hour Availability](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/configuring-maica-components/overnight-and-24-hour-availability.md): Learn how to configure Overnight Availability in Maica
- [Total Committed Calculation](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/total-committed-calculation.md): Learn about the Total Committed Calculation in Maica
- [End Service Agreement](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/end-service-agreement.md): Learn about the process behind Ending a Service Agreement in Maica
- [Maica's Optimisation Engine](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/maicas-optimisation-engine.md): Learn about the logic behind the Engine powering Maica's Resource Optimiser and Smart Selection Filter
- [Agreement Item Funding Rollover](https://knowledge.maica.com.au/maica-knowledge-base/maica-administration-guide/system-processes/agreement-item-funding-rollover.md)


---

# 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/maica-administration-guide/system-processes.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.
