# Your Maica Learning Path

## Introduction

Maica is a powerful healthcare management application and learning how it all works and fits together can be a daunting task. We have developed our knowledge base to help you with this journey and have below outlined the best way we believe you should go about learning all about Maica and Salesforce.

{% hint style="info" %}
We encourage you to follow the sequence outlined below as this will guide you through the basics of the underlying Salesforce platform as well as the Maica solution.
{% endhint %}

## Learning Path and Resources

1. [Learn the Basics of the Salesforce Platform](#learn-the-basics-of-the-salesforce-platform)
2. [Learn the Basics of the Maica Solution](#learn-the-basics-of-the-maica-solution)
3. [Learn how to use the Maica Solution](#learn-how-to-use-the-maica-solution)
4. [Learn how to configure the Maica Solution](#learn-how-to-configure-the-maica-solution)
5. [Learn how to extend the underlying Salesforce Platform](#learn-how-to-extend-the-underlying-salesforce-platform)

### Learn the Basics of the Salesforce Platform

* [Getting started with Salesforce Trailhead](https://trailhead.salesforce.com/content/learn/trails/learn_salesforce_with_trailhead)
* [Navigating Salesforce](https://trailhead.salesforce.com/content/learn/modules/lex_implementation_basics/lex_implementation_basics_setup)

### Learn the Basics of the Maica Solution

* [Maica Key Term Glossary](/maica-knowledge-base/getting-started/maica-key-concepts.md)
* [Maica Key Concepts](/maica-knowledge-base/getting-started/maica-key-concepts.md)

### Learn how to use the Maica Solution

* [Participant Profile](/maica-knowledge-base/participants/participant-profile.md)
* [Appointment Overview](/maica-knowledge-base/appointments/create-an-appointment.md)
* [Shift Overview](/maica-knowledge-base/shifts/create-a-shift.md)
* [Service Agreement Overview](/maica-knowledge-base/service-agreements/the-building-blocks.md)
* [Planner Overview](/maica-knowledge-base/the-planner/planner-overview.md)
* [Invoicing Overview](/maica-knowledge-base/invoices/invoice-overview.md)
* [Salesforce Reporting](https://help.salesforce.com/s/articleView?id=sf.analytics_overview.htm\&type=5)

### Learn how to extend the underlying Salesforce Platform

* [Salesforce Configuration](https://help.salesforce.com/s/articleView?id=sf.extend_click_custom_data.htm\&type=5)
* [Salesforce User Profiles](https://help.salesforce.com/s/articleView?id=sf.admin_userprofiles.htm\&type=5)
* [Salesforce Flows](https://help.salesforce.com/s/articleView?id=sf.flow.htm\&type=5)
* [Salesforce Validation Rules](https://help.salesforce.com/s/articleView?id=sf.fields_about_field_validation.htm\&type=5)
* [Salesforce Development Tools](https://help.salesforce.com/s/articleView?id=sf.development_tools.htm\&type=5)


---

# 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://knowledge.maica.com.au/maica-knowledge-base/getting-started/your-maica-learning-path.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.
