# Developers

- [Hooks](https://docs.wpjobopenings.com/developers/hooks.md)
- [Actions](https://docs.wpjobopenings.com/developers/hooks/actions.md)
- [Application Actions](https://docs.wpjobopenings.com/developers/hooks/actions/application-actions.md)
- [Application Details](https://docs.wpjobopenings.com/developers/hooks/actions/application-details.md)
- [Application Form](https://docs.wpjobopenings.com/developers/hooks/actions/application-form.md)
- [Application Submission](https://docs.wpjobopenings.com/developers/hooks/actions/application-submission.md)
- [Email](https://docs.wpjobopenings.com/developers/hooks/actions/email.md)
- [Job Expiry](https://docs.wpjobopenings.com/developers/hooks/actions/job-expiry.md)
- [Job Listing](https://docs.wpjobopenings.com/developers/hooks/actions/job-listing.md)
- [Job Specifications](https://docs.wpjobopenings.com/developers/hooks/actions/job-specifications.md)
- [Job Status](https://docs.wpjobopenings.com/developers/hooks/actions/job-status.md)
- [Settings](https://docs.wpjobopenings.com/developers/hooks/actions/settings.md)
- [Widget - Recent Jobs](https://docs.wpjobopenings.com/developers/hooks/actions/widget-recent-jobs.md): Template part for recent jobs widget
- [Filters](https://docs.wpjobopenings.com/developers/hooks/filters.md)
- [Application Form](https://docs.wpjobopenings.com/developers/hooks/filters/application-form.md)
- [Email](https://docs.wpjobopenings.com/developers/hooks/filters/email.md)
- [Job Filter](https://docs.wpjobopenings.com/developers/hooks/filters/job-filter.md)
- [Job Specifications](https://docs.wpjobopenings.com/developers/hooks/filters/job-specifications.md)
- [Layout](https://docs.wpjobopenings.com/developers/hooks/filters/layout.md)
- [Meta Data](https://docs.wpjobopenings.com/developers/hooks/filters/meta-data.md)
- [Navigation](https://docs.wpjobopenings.com/developers/hooks/filters/navigation.md)
- [Post Type](https://docs.wpjobopenings.com/developers/hooks/filters/post-type.md)
- [Query](https://docs.wpjobopenings.com/developers/hooks/filters/query.md)
- [Settings](https://docs.wpjobopenings.com/developers/hooks/filters/settings.md)
- [Shortcode](https://docs.wpjobopenings.com/developers/hooks/filters/shortcode.md)
- [Structured Data](https://docs.wpjobopenings.com/developers/hooks/filters/structured-data.md)
- [Code Snippets](https://docs.wpjobopenings.com/developers/code-snippets.md)
- [Archive page title](https://docs.wpjobopenings.com/developers/code-snippets/archive-page-title.md)
- [Custom Application Status](https://docs.wpjobopenings.com/developers/code-snippets/custom-application-status.md)
- [Custom Permalink - Slug Issue](https://docs.wpjobopenings.com/developers/code-snippets/custom-permalink-slug-issue.md)
- [Limit the file size](https://docs.wpjobopenings.com/developers/code-snippets/limit-the-file-size.md)
- [Modify or Remove the Structured Data](https://docs.wpjobopenings.com/developers/code-snippets/modify-or-remove-the-structured-data.md)
- [Remove 'All' prefix from the filter](https://docs.wpjobopenings.com/developers/code-snippets/remove-all-prefix.md)
- [Sort by title](https://docs.wpjobopenings.com/developers/code-snippets/sort-by-title.md)
- [WP-CLI](https://docs.wpjobopenings.com/developers/wp-cli.md)
- [Managing Form Builder Options](https://docs.wpjobopenings.com/developers/wp-cli/managing-form-builder-options.md)
- [CRM Integration](https://docs.wpjobopenings.com/developers/crm-integration.md): Integrating WP Job Openings Plugin with CRM: A Guide to API Calls


---

# 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.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.
