# Join a Spot

Joining a Spot is easy peasy lemon squeezy!&#x20;

If you are not yet a member of the Spot, a "Join Spot" button is displayed on all pages of the Spot in question.

### 1. Click on "Join Spot"&#x20;

...in the banner or in the button on the top right.

<figure><img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2FvA0rwuOuHbDDYq5Abd7i%2Fimage.png?alt=media&#x26;token=a381fae4-a378-4e7b-bc73-82dc5a44971f" alt=""><figcaption><p>Join Spot</p></figcaption></figure>

### 2. Fill in the form&#x20;

You must at least fill in your first and last names, as well as a title (e.g. your position or your bio in a few words).&#x20;

The Spot's admin may have set up additional questions to get to know you better. Some of them may be mandatory: don't forget them!

<figure><img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2FGRndPsmRBt7dkY2VX8ky%2Fimage.png?alt=media&#x26;token=aa15eea0-9344-4eac-a9a0-adfe382f92cb" alt=""><figcaption><p>Spot registration form</p></figcaption></figure>

### 3. Create your account or login&#x20;

If you don't have an account on the MeltingSpot platform yet, enter your email address and choose a password.&#x20;

If you already have an account, click on "I already have an account" to log in!

<figure><img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2FK3631P2vjNUimTvSeVJQ%2Fimage.png?alt=media&#x26;token=7833df23-f239-4d0e-86f3-65f30a04a855" alt=""><figcaption><p>Create a user account</p></figcaption></figure>

### 4. And that's it! 🥳&#x20;

If the Spot is public, your registration is automatically validated: you are now a member of this Spot.&#x20;

If the Spot is private and...&#x20;

* you have not been previously invited, an admin must first validate your registration.&#x20;
* you have been invited beforehand, your registration is automatically validated!

<img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2F2mFDccHVMuNmHVnEBEj2%2Ffile.excalidraw.svg?alt=media&#x26;token=1930e600-f9af-4f93-b7c1-74a4e04b76f5" alt="" class="gitbook-drawing">

### Share a registration or login link&#x20;

#### Registration link&#x20;

If you're an admin of your Spot, you can share a registration link to your Spot. To do this:&#x20;

* Retrieve the URL of your homepage&#x20;
* At the end of this URL, add "?go=joinSpot".&#x20;
* Send this new URL to the people you want to share the registration link with.&#x20;

Your URL should look like this:&#x20;

```
https://go.meltingspot.io/spot/[Spot ID]?go=joinSpot 
```

These people will land directly on the window that allows them to register for your Spot!&#x20;

{% hint style="info" %}
If your Spot is embedded into a page, you can use the following URL to redirect the user to the registration page: \
`[your Base URL]?ms_url=%3Fgo%3DjoinSpot`
{% endhint %}

#### Login link&#x20;

You can use the same process to share a connection link to your Spot. To do this:&#x20;

* Retrieve your homepage URL&#x20;
* At the end of this URL, add "?go=login".&#x20;
* Send this new URL to the people you want to share the login link with.&#x20;

Your URL should look like this:&#x20;

```
https://go.meltingspot.io/spot/[Spot ID]?go=login 
```

People to whom you send this new link will land on the login window!

{% hint style="info" %}
If your Spot is embedded into a page, you can use the following URL to redirect the user to the login page: \
`[your Base URL]?ms_url=%3Fgo%3Dlogin`
{% 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://help.meltingspot.io/english/get-started/join-a-spot.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.
