> For the complete documentation index, see [llms.txt](https://help.maphubs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.maphubs.com/getting-started/signup-for-a-maphubs-account.md).

# Signup for a MapHubs Account

All MapHubs websites now use a centralized login called MapHubs Account. You only need to register once, then you can use your login on any MapHubs site including public sites like [Map for Environment](https://mapforenvironment.org/)&#x20;

{% hint style="danger" %}
We have remove support for Google and Facebook login from MapHubs Account logins. If you previously created an account using Google or Facebook please contact <support@maphubs.com> for assistance migrating your account.
{% endhint %}

{% hint style="info" %}
Most MapHubs websites require an invitation from the site owner and do not have a public signup option. If you need access to a MapHubs site for your organization/project, please contact the site owner or send us a message at <support@maphubs.com>
{% endhint %}

## Registering with an invite link

#### Step 1: Click the invite link you received in your email.&#x20;

After you click the link you will see a login page like this

![](/files/-LuFOSiQ1t3Niw-hKJjc)

#### Step 2: Login or signup

If you already have a MapHubs Account linked to this email address, just login with that account.

{% hint style="info" %}
If you are not sure if you have an account already or need help finding your user name or resetting your password, send us a message at <support@maphubs.com>
{% endhint %}

If this is your first time using a MapHubs site, signup for a new account by clicking the Sign up button

![Choose to sign up for a new account](/files/-LuFOD-oPtXRlE3OPe1V)

{% hint style="warning" %}
It is important that you signup with the same email address that received the invite email, otherwise we won't know that it is you.
{% endhint %}

Now choose a username and password

![Choose a user name and password](/files/-LuFOmPOjeilOXBl0ETe)

That's it, you will now be redirected to the MapHubs site.

## Registering on a public site

### Step 1: Go to the registration page (public sites only)

In this example we are showing Map for Environment.

Go to: <https://mapforenvironment.org/signup>

Click the "Sign Up" tab if it is not already active

### Step 2: Complete the sign up form

**Register using an email address**

Complete the registration form providing a username, email address and password.

![](/files/-L97PDW46DV6Hze-OHMr)

### Step 3: Confirm Your Email

(Only if you registered using your email)

Look for an email from <info@maphubs.com> and click the confirmation link in the email. If you don't see the email immediately, please wait a few minutes for it to arrive.

After confirming your email, you should see a confirmation message.

Now you can go back to the MapHubs site and login.

### Step 4: (Optional) Change your Profile Photo

If you registered using your email your MapHubs profile photos uses Gravatar. Follow the instructions at [http://en.gravatar.com/support/how-to-sign-up/ ](http://en.gravatar.com/support/how-to-sign-up/)to create an Account and add your profile picture. If you have setup your Gravatar photo in the past it will automatically used by MapHubs.

We plan to add more user profile support in the future, please check back for updates.


---

# 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://help.maphubs.com/getting-started/signup-for-a-maphubs-account.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.
