> 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/getting-started.md).

# Getting Started

{% hint style="danger" %}
**Early access:** The Store is still under heavy development, so expect rapid changes. If you hit any issues, [get in touch on the forum](https://forums.realmacsoftware.com/).
{% endhint %}

Before you start, you'll need to [apply to join the Partner Program](/elements-docs/store/partners/join-the-partner-program.md) to sell products directly to Elements users.

If your Elements Cloud account has been upgraded to a Developer Account, complete the following steps for the developer sections to appear in the Store window:

{% stepper %}
{% step %}

### Update Elements

Make sure you are running Elements `1.2.4` or newer.
{% endstep %}

{% step %}

### Sign out of Elements Cloud

Open **Preferences → Account**, then sign out of your Elements Cloud account.
{% endstep %}

{% step %}

### Restart Elements

Quit Elements completely, then relaunch it.
{% endstep %}

{% step %}

### Sign back in

Sign in again with your Elements Cloud account.
{% endstep %}

{% step %}

### Watch the walkthrough

Watch the [Store Developer Walkthrough Video](https://www.youtube.com/watch?v=x1b5k77Mv5Y).
{% endstep %}
{% endstepper %}

After that, you should see **Payment Settings** and the **Developer** sections in the Store window.

<figure><img src="/files/7fDuzWL0Z5FXM2ptu1Ns" alt=""><figcaption></figcaption></figure>

### Stripe Connect Account

Open **Payment Settings** in your Elements Cloud Account area and create your Stripe Connect account.

Ensure you select the correct country when connecting your Stripe account, this cannot be changed later.

You can find a list of [supported Countries in Stripe Connect here](https://docs.stripe.com/connect/accounts#express-accounts). Unfortunately, if you country is not supported by Stripe, you cannot sell products on the Elements Store.

<figure><img src="/files/lKIW2bKSykTQtitvAVro" alt=""><figcaption></figcaption></figure>

You must complete this step before you can receive payouts for product sales.

If you have successfully completed the above steps, you're now ready to [start Adding Products](/elements-docs/store/partners/getting-started/adding-a-product.md) to the Elements Store.


---

# 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/getting-started.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.
