# Register for Opportunities

After event proposals have been approved, they become available as professional development opportunities. You can browse these opportunities and register for events that align with your development goals.

{% stepper %}
{% step %}

#### Navigate to Professional Development

From the PEARS homepage, hover over the **Develop** menu and click **Professional Development**.
{% endstep %}

{% step %}

#### Browse Available Opportunities

Review the list of approved professional development events. You can filter and search for opportunities by program area, competency, date, or other criteria.
{% endstep %}

{% step %}

#### View Event Details

Click on an event to view its full details, including the description, objectives, audience, level, and available occurrences.

![Screenshot: The event detail view showing the event title, description, objectives, audience, level, and a list of available occurrences with dates, locations, and Register buttons](/files/GZhKSaS6x8jiz4NSnWV2)
{% endstep %}

{% step %}

#### Select an Occurrence

Review the available occurrences for the event, including dates, location, and delivery methods. Select the occurrence that fits your schedule.
{% endstep %}

{% step %}

#### Register

Click the **Register** button to register for the selected occurrence. You will receive a confirmation of your registration.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** Registered opportunities can be added to your development plan. See [Create a Development Plan](/plan/professional-development/create-a-development-plan.md) for details.
{% endhint %}


---

# 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://support.pears.io/plan/professional-development/register-for-opportunities.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.
