# Joining a Hub

Once you've found your dream community and are ready to participate, you can sign up for the Hub.

Communities may have different policies regarding new members' applications. Some let anyone register, and others work only on invitations.&#x20;

The instructions below demonstrate how to enter a community hub with an open policy.

## Signing Up

{% embed url="<https://youtu.be/YFAGAHRFcE4?si=z4MREJG52tzNHd2p>" %}

When you're on a Hub's public page, you can always find two buttons ont the the top right corner of the page to either  `Login` or `Sign Up`

<figure><img src="/files/2pTis42Gyjlzdtue37WU" alt="" width="237"><figcaption></figcaption></figure>

Click Sign Up to start creating an account on the Hub.

<figure><img src="/files/kdYSqFVbz9pbZnvpZugT" alt="" width="375"><figcaption></figcaption></figure>

Alternatively, once you land on the Hub's login page, click on `Create a Free Account`

### Sign up with Metamask

This is recommended if you already have the [Metamask](https://metamask.io/) browser extension installed. It will directly configure your Meeds wallet to use your Metamask wallet.

1. Click `Sign Up with Metamask`,&#x20;
2. A Metamask popup will invite you to pick the wallet address you want to connect to the hub, review the permissions, and sign an authorization request.
3. Once done, [finalize your account creation](#finalize-your-account-creation).

### Sign up by Email

Enter your email address, resolve the captcha, and click `Send`

You'll receive an email  to confirm your  address

Click on `Join` in the email

### Finalize your account

You should see a form like this one :&#x20;

<figure><img src="/files/MZ4YHrJS9jtEQYywaoAW" alt="" width="375"><figcaption></figcaption></figure>

Complete the information requested, resolve the new captcha, and `Save`

You now have a personal account on the hub!  You should be directly redirected inside the hub now, and you can :&#x20;

1. [Install the app](/meeds-guides/user-guide/setting-up-your-account/using-meeds-on-the-go.md)
2. [Explore the community](/meeds-guides/user-guide/exploring-a-meeds-hub.md) hub
3. [Setup your account](/meeds-guides/user-guide/setting-up-your-account.md)

## Signing In

In Meeds, you have a dedicated account on each community Hub, and you must sign in to each one separately.

{% embed url="<https://youtu.be/o4CjPD8Hch8>" %}

You can always log in with your email and password; if you use Metamask, you can use it to sign in instead.

<figure><img src="/files/su5s42Pp0iRbfTJuNeVZ" alt="" width="375"><figcaption></figcaption></figure>

If you forgot your username or password, click `Forgot Password?` and fill in the username (if you remember it) or the email address. You'll be emailed a link to reset your password if we find a user account matching that username or email address.


---

# 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.meeds.io/meeds-guides/user-guide/introduction/joining-a-hub.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.
