> 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/fundamentals/faq/what-has-changed.md).

# What has changed?

<details>

<summary>I heard that Fieldworker now supports a referral system. Is that true?</summary>

Yes indeed.

The Fieldworker team proudly announces a complete and fully open [referral](/fieldworker-docs/fundamentals/pages/referral.md) system that can be used by anyone to automate their referral process. While the companies that are Fieldworker platform users can automate their workflows for managing both inbound as well outbound referrals, any company can use the default referral process to be part of this revolution.

</details>

<details>

<summary>My company does not yet use the Fieldworker platform. Can I make use of the referral functionality?</summary>

Yes.&#x20;

The default [referral](/fieldworker-docs/overview/fieldworker-platform/referral-portal.md) functionality is available to everyone. The functionality can be accessed at the Referral [portal](https://referral.fieldworker.ai/). If you know the referral link of the company you want to send the referral to, you can directly use that link as well. You may also search for a company to which you want to send your referral. If the referred company is already using the Fieldworker platform, your referral will automatically trigger their process to manage an incoming referral. If the company is part of the Fieldworker Referral ecosystem, your referral may be transmitted in the best way supported by the company.&#x20;

You can generate a referral using the default for any company and print or save the referral form.

</details>

<details>

<summary>My company already uses the Fieldworker platform. What do I need to start using referrals?</summary>

Ask your admin to subscribe to the referral functionality using the configuration and settings. Once subscribed, an admin user can define the process to manage incoming or outgoing referrals.

</details>

<details>

<summary>Can I access monitoring tools for the prior months?</summary>

The new Fieldworker deployment allows access to MTs from the last 12 months, accessible through the customer dashboard for the support coordinator.

![](/files/qT2OkMjMJIUO4IlzDhD3)&#x20;

The MTs are also accessible from a new MT tab on the customer page.

</details>

<details>

<summary>My agency has complex workflows. In many cases, the flow may be influenced by data-driven decisions. Does the Fieldworker workflow support decision-making?</summary>

Yes .. you can add a decision node that can change the flow based on either a customer or a project attribute.

<figure><img src="/files/oMsrbcVbSRB5XiBT3GDj" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Are there any new reports made available?</summary>

Several new reports have been made available to our customers. They are all accessible using the [Reports](/fieldworker-docs/fundamentals/pages/reports.md) page.

1. A new report for daycare companies, showing all sessions and their attendees within any user-defined time period.

<figure><img src="/files/6tFRO1gvnjCAkfxW1Xj0" alt=""><figcaption></figcaption></figure>

2. A new company dashboard that showcases monthly KPIs and month-over-month changes in those KPIs.

<figure><img src="/files/iVN9VJMicjqxiMVMuLrE" alt=""><figcaption></figcaption></figure>

3. Build a new subscription for various dashboards that are delivered daily to scheduled recipients. Only dashboards with aggregated information can be sent via email.

<figure><img src="/files/WJWRef2CCQcrffgIVDgV" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Can we use our own forms? and design the referral management process as our own workflow?</summary>

Yes ... the referral functionality brings together several key functionalities of the Fieldworker platform.&#x20;

* You can map all your activities into [tasks](/fieldworker-docs/fundamentals/concepts/task.md).
* You can create [forms](/fieldworker-docs/fundamentals/pages/forms.md) that are in use at your agency, or design a brand new [form](/fieldworker-docs/fundamentals/concepts/forms.md) to capture all the information.
* You can map your process into a [workflow](/fieldworker-docs/fundamentals/pages/workflows.md) using your own tasks and forms to deal with incoming workflows.

</details>


---

# 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/fundamentals/faq/what-has-changed.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.
