# Edit an Event Proposal

You can edit an event proposal to update its details, such as the title, description, competencies, or audience.

{% stepper %}
{% step %}

#### Navigate to Professional Development

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

{% step %}

#### Go to My Proposed Events

Click the **My Proposed Events** tab to view your created event proposals.
{% endstep %}

{% step %}

#### Open the event proposal

Click the title of the event proposal you want to edit.
{% endstep %}

{% step %}

#### Click Edit

Click the green **Edit** button to make the event details editable.
{% endstep %}

{% step %}

#### Update the event information

Modify any fields as needed. See [Create an Event Proposal](/plan/professional-development/create-an-event-proposal.md) for guidance on completing each field.
{% endstep %}

{% step %}

#### Save

Click **Save** to preserve your changes.
{% endstep %}
{% endstepper %}


---

# 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/edit-an-event-proposal.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.
