# Submit for Review

Once your event proposal and occurrences are complete, you can submit the proposal for review. A reviewer will evaluate the proposal and either approve or reject it.

{% stepper %}
{% step %}

#### Open the Event Proposal

Navigate to the event proposal you want to submit. Verify that all required fields are complete and at least one occurrence has been added.
{% endstep %}

{% step %}

#### Set Ready to Submit

In the **Ready to Submit** field, select **Yes** to indicate that the proposal is ready for review.

![Screenshot: The event proposal detail page showing the Ready to Submit dropdown set to Yes, with the proposal details and occurrences listed above](/files/CJjM5HoSbheGjwKSXA4H)
{% endstep %}

{% step %}

#### Save the Proposal

Click **Save** to submit the proposal. The proposal will now be sent to a reviewer for evaluation.
{% endstep %}

{% step %}

#### Await Review

The reviewer will evaluate the proposal and take one of the following actions:

* **Approved** — The event is approved and will become available as a registration opportunity.
* **Rejected** — The proposal is returned with a reason for rejection. You will receive an email notification with the rejection reason.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
**TIP:** Before setting **Ready to Submit** to **Yes**, review the proposal details and all occurrences to ensure accuracy. Once submitted, the proposal enters the review process.
{% endhint %}

{% hint style="warning" %}
**NOTE:** If your proposal is rejected, review the rejection reason provided in the email notification, make the necessary changes, and resubmit the proposal.
{% 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/submit-for-review.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.
