# Login and security

{% hint style="info" %}
Please note that you will need to be granted an account before you are able to log in. New accounts for your organisation can be requested by emailing <support@highcohesion.com>.&#x20;
{% endhint %}

## Login

The Control Panel can be accessed via the following secure link: [https://control.hico.io](https://control.hico.io/). \
\
Once the page has loaded, you will be presented with a login form, the form allows you to enter your email address (associated with your account) and your password. Once entered press login and the system will attempt to authenticate your credentials.

## Forgotten password

If you have forgotten your password, the system has the ability to regenerate it via an email authentication link. You will see a link on the login form (*url above*) titled "Forgotten Password". To reset your password, simply click on this link and enter your email address from your account on the next page.&#x20;

You should then receive an email within 10 minutes with a secure link for resetting your password.&#x20;

{% hint style="info" %}
Remember to check SPAM mailboxes for the forgotten password email.
{% endhint %}

## Two factor authentication

As an added layer of security our system allows users to add two factor authentication to their logins. Adding two factor authentication (*often abbreviated to 2FA*) adds another step in the login process before you are authenticated in to the system.&#x20;

We recommend that you add two factor authentication as quickly as possible to your account.&#x20;

{% hint style="info" %}
Our guide on how to setup two factor authentication is available via [this link](https://app.gitbook.com/@highcohesion/s/users/~/drafts/-MLlNbOT0P864EvDdHLp/getting-started/creating-an-account/login-and-security/two-factor-authentication-2fa-setup).
{% endhint %}


---

# 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.highcohesion.com/administration/login-and-security.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.
