> For the complete documentation index, see [llms.txt](https://netmind-power.gitbook.io/netmind-power-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://netmind-power.gitbook.io/netmind-power-documentation/readme.md).

# NetMind Account

In order to use any NetMind service, you need to [create an account](https://power.netmind.ai/sign/login) first. You can register with your Google or Microsoft account, or with any email address.&#x20;

## Signup

{% hint style="info" %}
To log in using your Google or Microsoft account, click 'Login' to be directed to the login page.
{% endhint %}

1. Click "Sign in" on the NetMind landing page to access the "Sign up" page.

<figure><img src="/files/cD3E53ecBWh5IQZjJKGV" alt=""><figcaption><p>Landing Page</p></figcaption></figure>

2. Enter your email address and click the arrow button.&#x20;

<figure><img src="/files/9ZGJkxsyXbhtZo1J0qWC" alt=""><figcaption><p>Login Form</p></figcaption></figure>

3. If the email is not registered, a signup form will appear. Click 'Send' to receive a verification code at the email address you provided in the previous step.&#x20;
4. Click "Sign up" to complete the signup process.

<figure><img src="/files/vEHE8J59nzMCDdKPdm6I" alt=""><figcaption><p>Sign up Form</p></figcaption></figure>

***

## Login

1. Enter your 'Email address' and 'Password', then click button.

<figure><img src="/files/to2uGhhiMLeThXXP5cos" alt=""><figcaption><p>Login Form</p></figcaption></figure>

***

## Console Panel

All the features provided by NetMind can be accessed from the console panel. After logging in, click the icon at the top right of the screen.

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

You will then be directed to your personal NetMind console panel.


---

# 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:

```
GET https://netmind-power.gitbook.io/netmind-power-documentation/readme.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.
