> For the complete documentation index, see [llms.txt](https://docs.realmacsoftware.com/elements-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmacsoftware.com/elements-docs/store/partners/submission-requirements.md).

# Submission Requirements

To give users a seamless experience when purchasing Products in the Element Store, you must ensure your Product and Product listing meets the requirements list below.

Products that don’t meet these requirements won’t be approved for the store. We’re always happy to help get things into shape, but final acceptance is entirely at our discretion.

If you are unsure about any details, please [post on the forum](https://forums.realmacsoftware.com/) and we'll help you out.

### Product Listing

To list your product on the store you'll need to set the following:

* Product Name
* Description
* Info URL (optional)
* Price (free, paid, subscription)
* Tags (maximum of 5)
* Thumbnail
* Screenshots (2 minimum, 6 maximum)

### Product Thumbnail Checklist

A product thumbnail should contain graphics only, ideally an example of the product being sold. See the [web store](https://store.elementsapp.io/) or [in-app store](elementsapp://storeProduct/) for examples. It's worth noting that the thumbnail will also be used as the banner graphic in the product listing window.

* ✅ **Thumbnail Size:** 3840x2160 pixels
* ✅ **Format:** PNG or High-quality JPG
* ✅ Show front-end output (not editor UI)
* ⛔ No Elements/App UI
* ⛔ No marketing text (including product name)
* ⛔ No watermarks or branding overlays

<figure><img src="/files/HI0uvpBrRUDzxGotA5qO" alt=""><figcaption><p>Example Store Thumbnails</p></figcaption></figure>

### Product Screenshots Checklist

Screenshots should show the visual output of the component, but can also contain editor UI from Elements. See the [web store](https://store.elementsapp.io/) or [in-app store](elementsapp://storeProduct/) for examples.

* ✅ **Screenshot Size:** 3840x2160 pixels
* ✅ **Format:** PNG or High-quality JPG
* ✅ Include between **2 and 6 screenshots** of your product
* ✅ Prioritise front-end output over editor UI
* ✅ Keep styling subtle and modern
* ⛔ Don't include macOS System UI (Dock, Menubar)

<figure><img src="/files/LTGsxsS1ZCEudIyGPSbb" alt=""><figcaption><p>Example Store Listing with Thumbnail Header and Product Screenshot</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.realmacsoftware.com/elements-docs/store/partners/submission-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
