> For the complete documentation index, see [llms.txt](https://standards.spdci.org/standards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standards.spdci.org/standards/dci-standards/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/1.2-process/prs.emp.03-proactive-enrolment-of-sp-registered-households-in-employment-support-programs.md).

# PRS.EMP.03: Proactive Enrolment of SP Registered Households in Employment Support Programs

This example illustrates how the [PRS.EMP.03: Proactive Enrolment of SP Registered Households in Employment Support Programs](/standards/dci-standards/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/1.2-process/prs.emp.03-proactive-enrolment-of-sp-registered-households-in-employment-support-programs.md) can be implemented by the SR actively generating a list of beneficiaries with productive potential and sharing the list with employment support systems for consideration in employment support programs.

The [Data](/standards/dci-standards/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/data.md)standards section outlines the various data options that can be shared in the referral depending on program requirements and available information. These options include sharing personal details alone, [DO.EMP.01 Person](/standards/dci-standards/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/data/data-object/do.emp.01-person.md), personal details plus additional demographic information such as education level, family status, and employment history, [DO.EMP.02 Member](/standards/dci-standards/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/data/data-object/do.emp.02-member.md) or full beneficiary details, including the benefits they are currently receiving, [DO.IBR.04 Beneficiary](/standards/wip-integrated-beneficiary-registry-v1.0.0/ibr/1.-crvs/data/data-objects/do.ibr.04-beneficiary.md).

## API Reference&#x20;

[API.COM.01 ASY Search (Async approach)](/standards/dci-standards/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/api/methods/api.com.01-asy-search-async-approach.md)

[API.COM.01 SYN Search (Sync approach)](/standards/dci-standards/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/api/methods/api.com.01-syn-search-sync-approach.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://standards.spdci.org/standards/dci-standards/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/1.2-process/prs.emp.03-proactive-enrolment-of-sp-registered-households-in-employment-support-programs.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.
