# Shortcodes

The **\[awsmjobs]** shortcode will display the list of job openings you have in your website.

![](https://899276573-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHjKWU6oV9Gd103ed8X%2Fuploads%2FD7CFpXUpK1ri2NrytGvJ%2Fjob-listings-front-end.png?alt=media\&token=dd81ad37-c2af-4839-8141-a17194dd36b6)

### Shortcode Attributes

This shortcode takes the following attributes:

* filters
  * **Description:** Whether to Show or Hide Job filters.
  * **Accepted Arguments:** yes/no (yes – Show filters, no – Hide filters)
  * **Default:** ‘Enable job filters in job listing’ option in Settings
* listings
  * **Description:** Default Number of Job Listings to display.
  * **Accepted Arguments:** Value that is no less than 1.
  * **Default:** ‘Listings per page’ option in Settings.
* loadmore
  * **Description:** Whether to Show or Hide ‘Load more…’ button in Job Listings.
  * **Accepted Arguments:** yes/no (yes – Show button, no – Hide button)
  * **Default:** yes

{% hint style="info" %}
The [**Shortcode Builder**](https://docs.wpjobopenings.com/settings-pro/shortcodes) in PRO helps you generate job listing shortcodes and supports additional features and shortcodes.
{% 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://docs.wpjobopenings.com/getting-started/shortcodes.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.
