> For the complete documentation index, see [llms.txt](https://docs.jmapcloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jmapcloud.io/en/jmap-ng/jmap-ng-user-guide/introduction/login-to-jmap-ng.md).

# Login to JMap NG

## Accessing the Application

You can access JMap NG from any web browser (Edge, Google Chrome, Firefox, Safari, etc.) using the URL provided by your organization.

## First Login&#x20;

If the application has controlled access, you will receive an email invitation to join your organization in JMap Cloud. To activate your account:

1. Respond to the invitation you received.
2. Create a password to complete your profile.
3. Log in with your credentials.

<figure><img src="/files/XBP4jHzqEzgIdbvuieVf" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
A security message may appear on your first visit. If so, follow the on-screen instructions and click the **Open JMap NG** button.
{% endhint %}

## Selecting a Project

Once logged in, the home interface allows you to select the project you want to view.

{% hint style="info" %}
You can only see the projects you have access to.
{% endhint %}

<figure><img src="/files/BHDv78McMkYBWgZhdHgV" alt=""><figcaption></figcaption></figure>

The interface is displayed by default in the language of your web browser.

1. Click the language icon <img src="/files/MLlbMvWHa2iIg7a3rf8D" alt="" data-size="line"> at the bottom of the interface to change the display language of JMap NG.
2. Use the search field to filter and quickly find your project.
3. Click a project to open it.
4. Click the menu icon to access the documentation or sign out.

The version of JMap NG and the JMap product you are connected to (here, JMap Cloud) are displayed at the bottom of the interface.


---

# 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://docs.jmapcloud.io/en/jmap-ng/jmap-ng-user-guide/introduction/login-to-jmap-ng.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.
