# Actions

There are many action hooks available in WP Job Openings plugin. Action hooks allow you to perform additional actions when an event takes place.

{% content-ref url="/pages/-MR0TZU6WR5LwgFWKFaa" %}
[Application Actions](/developers/hooks/actions/application-actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR0TJjaXlPxk95jl6-G" %}
[Application Details](/developers/hooks/actions/application-details.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR0a22tcuF5DlPTcrGF" %}
[Application Form](/developers/hooks/actions/application-form.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MSWXaeIpUlJPMFL9Rqf" %}
[Application Submission](/developers/hooks/actions/application-submission.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MSWUPGc7nXg6sOsgehe" %}
[Email](/developers/hooks/actions/email.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR0ThpWPsEW8g992SoR" %}
[Job Expiry](/developers/hooks/actions/job-expiry.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR0QBJ\_pY4baHXBrdI0" %}
[Job Listing](/developers/hooks/actions/job-listing.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR0TzuWKaJO94sCbk\_j" %}
[Job Specifications](/developers/hooks/actions/job-specifications.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR0WsXKJpDEu6bbE9Be" %}
[Job Status](/developers/hooks/actions/job-status.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR0SigrBetsvG4NiO1U" %}
[Settings](/developers/hooks/actions/settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR0vAYZsM3BPJeQsHO-" %}
[Widget - Recent Jobs](/developers/hooks/actions/widget-recent-jobs.md)
{% endcontent-ref %}


---

# 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://docs.wpjobopenings.com/developers/hooks/actions.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.
