# Create an Event Proposal

An event proposal captures all the details about a professional development opportunity, including who it is for, what it covers, and who to contact. After creating a proposal, you will add one or more occurrences before submitting it for review.

{% hint style="info" %}
**TIP:** The red asterisk **\*** next to the heading of a field indicates that the field is required.
{% endhint %}

{% stepper %}
{% step %}

#### Navigate to Professional Development

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

{% step %}

#### Click Add Event Proposal

Click the **Add Event Proposal** button to open the event form.

![Screenshot: The Professional Development page showing the My Proposed Events tab with the Add Event Proposal button highlighted](/files/GBWCX1WKE9q7kqjFjqa3)
{% endstep %}

{% step %}

#### Enter a Title

In the **Title** field, enter a descriptive name for this professional development event.
{% endstep %}

{% step %}

#### Select a Level

In the **Level** field, select the appropriate level for this event:

* **Basic** — Introductory or foundational content.
* **Advanced** — In-depth content for experienced participants.
  {% endstep %}

{% step %}

#### Select a Contact User

In the **Contact User** field, select the primary contact person for this event. This is the person participants should reach out to with questions.
{% endstep %}

{% step %}

#### Enter a Contact Phone Number

In the **Contact Phone** field, enter the phone number for the contact person.
{% endstep %}

{% step %}

#### Select Core Competencies

In the **Core Competencies** field, select one or more competencies that this event addresses. The available competencies are filtered based on your organization.
{% endstep %}

{% step %}

#### Select Program Areas

In the **Program Areas** field, select the program area(s) that apply to this event.
{% endstep %}

{% step %}

#### Enter a Description

In the **Description** field, provide a detailed description of the event. Use the rich text editor to format the content as needed.
{% endstep %}

{% step %}

#### Enter Objectives

In the **Objectives** field, describe the learning objectives for participants. Use the rich text editor to format the content as needed.
{% endstep %}

{% step %}

#### Enter the Audience

In the **Audience** field, describe the intended audience for this event. Use the rich text editor to format the content as needed.
{% endstep %}

{% step %}

#### Save and Continue

Click **Save and Continue** to save the proposal and proceed to [Add Event Occurrences](/plan/professional-development/add-event-occurrences.md).

![Screenshot: The event proposal form showing all fields including Title, Level dropdown, Contact User, Contact Phone, Core Competencies multi-select, Program Areas, Description rich text editor, Objectives, and Audience, with Save and Save and Continue buttons at the bottom](/files/SLszTlcGfT8cJ5FaljOf)
{% 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/create-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.
