> For the complete documentation index, see [llms.txt](https://resources.marianaai.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.marianaai.com/home/how-to.md).

# How-To Guides on All Things MarianaAI

- [Creating a New Account](https://resources.marianaai.com/home/how-to/creating-a-new-account.md): The first step in getting started with CARE is creating a new account. Play the interactive demo below or read our step-by-step notes.
- [Appointments and Schedule](https://resources.marianaai.com/home/how-to/appointments-and-schedule.md): Creating an appointment or making changes to your schedule is easier than ever. Here's how:
- [Encounters](https://resources.marianaai.com/home/how-to/encounters.md)
- [Starting a New Encounter](https://resources.marianaai.com/home/how-to/encounters/starting-a-new-encounter.md): Got a new patient, scheduling a follow-up, or brainstorming with dictation? MarianaAI makes it all a breeze - CARE automates what you hate doing and assist you in what you want to do.
- [Managing Patient Encounters](https://resources.marianaai.com/home/how-to/encounters/managing-patient-encounters.md): CARE creates patient portraits before an encounter, ambiently transcribes and documents encounters, and generates comprehensive ICD-10, CPT as well as HCC codes and RAF score for risk assessment.
- [Jotting](https://resources.marianaai.com/home/how-to/encounters/jotting.md)
- [History](https://resources.marianaai.com/home/how-to/encounters/history.md)
- [Edit Templates for CDS, Notes, and Codes](https://resources.marianaai.com/home/how-to/encounters/edit-templates-for-cds-notes-and-codes.md)
- [MarianaGPT](https://resources.marianaai.com/home/how-to/marianagpt.md)
- [FAQs](https://resources.marianaai.com/home/how-to/faqs.md)
- [Getting started FAQ](https://resources.marianaai.com/home/how-to/faqs/getting-started-faq.md)
- [Account Settings FAQs](https://resources.marianaai.com/home/how-to/faqs/account-settings-faqs.md)
- [Platform Usage FAQs](https://resources.marianaai.com/home/how-to/faqs/platform-usage-faqs.md)
- [Troubleshooting FAQs](https://resources.marianaai.com/home/how-to/faqs/troubleshooting-faqs.md)
- [Privacy & Customization FAQs](https://resources.marianaai.com/home/how-to/faqs/privacy-and-customization-faqs.md)
- [Support Contact FAQs](https://resources.marianaai.com/home/how-to/faqs/support-contact-faqs.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://resources.marianaai.com/home/how-to.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.
