# Getting Started

Watch this video or follow the links below to get started:

{% embed url="<https://www.loom.com/share/55e5bc9aaeea49b19800693d6492323f>" %}
Creating a project on ShareMint
{% endembed %}

<details>

<summary>Step 1: Creating your project</summary>

To create your project sign up to ShareMint, choose "Creator", and click "Create Project". You will be guided through the steps to create the project.

If you've already signed up as an affiliate you can switch to Creator mode by clicking the button in the top right hand corner and clicking Switch Account Type. You can switch back whenever you like.

</details>

<details>

<summary>Step 2: Inviting affiliates to your project</summary>

You will find a link for affiliates to sign up to your project on your project dashboard. You can also add affiliates to the project manually or via our API.

</details>

<details>

<summary>Step 3: Inviting users to your project</summary>

Affiliates share a link with users to join the project. This page can be a ShareMint page or a direct page to your website after you've integrated the ShareMint SDK.

</details>

<details>

<summary>Step 4: Inviting your team</summary>

Once the project is set up you can invite others by going to the *Admin* tab and adding the Ethereum addresses of your choice.

</details>


---

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