# Accessing JMap Cloud Portal

## First Sign-In

A JMap Cloud Administrator in your organization will send you an email invitation to join JMap Cloud Portal. This email, sent by JMap Cloud, contains a link directing you to the account creation page.

The account creation interface displays your email address and a field where you can define your password according to the specified requirements.

Once you have entered your password, click **Continue** to proceed with the sign-in process described in the next section.

If you already have an account, simply click **Sign in** to access the platform directly.

## Signing in to JMap Cloud Portal

After your account has been created, you can access JMap Cloud Portal in two ways:

* By visiting the main website: [https://www.jmapcloud.io](https://www.jmapcloud.io/) and clicking **Sign in**.
* By going directly to: <https://portal.jmapcloud.io/login>.

Sign-in steps:

1. Click **Sign in** to open the authentication page.
2. Enter your email address and password, then click **Continue**.
3. If you are a member of more than one organization, a window will prompt you to select the organization you want to connect to. Click the corresponding button to access that organization’s JMap Cloud Portal.

The home interface displays the [Dashboard](/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/introduction/dashboard.md), which summarizes the platform resources available to you according to your permissions.


---

# 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.jmapcloud.io/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/introduction/accessing-jmap-cloud-portal.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.
