# Shortcodes for Patterns

When navigating to the Patterns admin screen, you'll be presented with a **Shortcodes** column, which you can then copy.

You can paste this shortcode anywhere shortcodes are supported, which includes most page builders.

As a block plugin author, you can recommend this plugin's shortcode facility to display your block in page builders.

<figure><img src="/files/bbXILqTi4wP2i7qPp2iq" alt="getting the pattern shortcode"><figcaption><p>Getting the pattern shortcode</p></figcaption></figure>

### Patterns list view and post-type enhancements

Place a copied shortcode anywhere shortcodes are supported. Shortcodes work for both synced and unsynced patterns.

In the case of using a shortcode for unsynced patterns, you can consider every instance of that shortcode synced.


---

# 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.dlxplugins.com/pattern-wrangler/features/shortcodes-for-patterns.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.
