# Filters

There are many filter hooks available in WP Job Openings plugin. You can use filters to modify data on your particular needs.

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

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

{% content-ref url="/pages/-MR4WtV\_ApK\_JGPp13Dm" %}
[Job Filter](/developers/hooks/filters/job-filter.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR3pQg7-f2M8JUnORXQ" %}
[Layout](/developers/hooks/filters/layout.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR3l281T8YnVIbSHG0Z" %}
[Meta Data](/developers/hooks/filters/meta-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR43boW-TJOA0w3AGjm" %}
[Navigation](/developers/hooks/filters/navigation.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXhcRSd10O2JwLGtE8W" %}
[Post Type](/developers/hooks/filters/post-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR3ud4eiQEUNINn6shH" %}
[Query](/developers/hooks/filters/query.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR4EhGocNyN-2TtvqrW" %}
[Settings](/developers/hooks/filters/settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MR11EQ6aHRH1Tn8pqIL" %}
[Shortcode](/developers/hooks/filters/shortcode.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXhbvb\_zGXz144b3gHn" %}
[Structured Data](/developers/hooks/filters/structured-data.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/filters.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.
