# Remove an Event from a Development Plan

You can remove events from a professional development plan if they are no longer applicable.

{% stepper %}
{% step %}

#### Navigate to Professional Development

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

{% step %}

#### Open the development plan

Click the development plan containing the event you want to remove.
{% endstep %}

{% step %}

#### Click Edit

Click the **Edit** button on the plan detail page.
{% endstep %}

{% step %}

#### Remove the event

Locate the event to remove and click the **x** next to it. Repeat for any additional events you want to remove.
{% endstep %}

{% step %}

#### Save

Click **Save** to confirm the changes.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**TIP:** Verify which events you intend to remove before saving, as all removals are applied at once.
{% 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/remove-an-event-from-a-plan.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.
