> For the complete documentation index, see [llms.txt](https://fieldworker.gitbook.io/fieldworker-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fieldworker.gitbook.io/fieldworker-docs/product-guides.md).

# Product Guides

- [AI agents](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/ai-agents.md): Modular, Autonomous Intelligence for Modern Social Care Operations
- [Caregiving](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/caregiving.md): Caregivers often face challenges in managing their responsibilities, such as coordinating care, tracking medications, and communicating with healthcare providers.
- [The Caregiver’s Handbook](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/caregiving/the-caregivers-handbook.md): A Curated Collection of Insights and Best Practices from Fieldworker.ai
- [Maternal Caregiving](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/caregiving/maternal-caregiving.md): Enhancing Care Collaboration and Patient-Centered Maternity Support
- [Case Management](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/case-management.md): All that you ever wanted to manage your cases. Fieldworker is the perfect solution whether you are a Guandianship agency, or work with students
- [Compliance & Audit](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/compliance-and-audit.md): Audits are on the rise – but that doesn’t have to mean more stress! Fieldworker keeps your agency audit-ready
- [Document Center](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/document-center.md): For those who know firsthand the importance of a well-organized file system, avoid struggling to locate an important file while under an audit.
- [Electronic Visit Verification](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/electronic-visit-verification.md): Quick overview of creating a task using the Fieldworker App, and checking into the location for EVV purposes.
- [Home Care](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/home-care.md): Providing care at customer's home
- [CalAIM (with Fieldworker)](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/home-care/calaim-with-fieldworker.md): A Complete Guide for Agencies
- [Human Resources Management](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/human-resources-management.md): Managing your team
- [Insights & Reports](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/insights-and-reports.md): Access vital information to give you a pulse on how your agency is performing and identify areas for growth and improvement.
- [Referral Management](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/referral-management.md): Connecting clients to the best resources and services
- [Revenue Cycle Management](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/revenue-cycle-management.md): Billing can become a labor-intensive process. Tracking down the relevant documentation, figuring out the amount of time spent on visits and other activities, and spotting errors. Fieldworker can help.
- [Support Coordination](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/support-coordination.md): Focus on your clients while FieldWorker automates, pre-fills data,  guides and helps complete your Monitoring Tools(MT’s, Monthly and Quarterly)!
- [Time Management](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/time-management.md): Did you know? Over 75% of bills contain errors, and most are due to inaccurate time and activity records. Fieldworker’s time management system gives you confidence in your billing process.
- [Workflows & Process Management](https://fieldworker.gitbook.io/fieldworker-docs/product-guides/workflows-and-process-management.md): Social care, workflow matters


---

# 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://fieldworker.gitbook.io/fieldworker-docs/product-guides.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.
