# Log in

There are multiple ways to log in to your account - using credentials provided on sign up, Google and Microsoft Sign-in and SSO (Single Sign On).

<figure><img src="/files/3OR0j9zSHRtQsIz9Rn5i" alt="" width="375"><figcaption><p><mark style="color:purple;">Login Screen</mark></p></figcaption></figure>

## Email and password

To log in to our application using your registered email address and password, simply go to [<mark style="color:purple;">DecisionRules</mark>](https://www.decisionrules.io/). Click on the  <mark style="background-color:purple;">**LOGIN**</mark>  button at the top right. A login screen will appear where you fill in the correct combination of email address and password. Then click on the  <mark style="background-color:purple;">**LOGIN**</mark>  button and you will be redirected to the application.

<figure><img src="/files/B57NQwWVGympgrthbPMa" alt=""><figcaption><p><mark style="color:purple;">Log in with credentials</mark></p></figcaption></figure>

## Google or Microsoft Sign in

With one click, you can log in to <mark style="color:purple;">DecisionRules</mark> with Google and Microsoft SSO. Simply click the button "SIGN IN WITH Google" or "SIGN IN WITH Microsoft". You will be redirected to Google or Microsoft login. After successfully logging in to your Google or Microsoft account, you will be redirected to your account in <mark style="color:purple;">DecisionRules</mark>.

## Organization Single Sign On

If your organization has the single sign-on (SSO) option enabled, you can use your corporate email for login. On the login page click the “SIGN IN WITH SSO” button and the SSO login page will show.

<figure><img src="/files/YriBXgM3v41NtXrnwPaN" alt="" width="375"><figcaption><p><mark style="color:purple;">SSO login page</mark></p></figcaption></figure>

Enter your organization's name and click “LOGIN VIA SSO”. You will be directed to the provider's login page to log in. After successful login you will be redirected to the Dashboard in <mark style="color:purple;">DecisionRules</mark>. For detailed information about organization SSO please see our documentation [here](https://docs.decisionrules.io/doc/access/cloud/single-sign-on-sso).

## Forgotten Password

In case you forget your login password, you can easily reset it. This is done by clicking on the  "FORGOTTEN PASSWORD" link on the login screen. You will be redirected to a password recovery page where you will enter the email address you wish to reset your password to. Click on the  <mark style="background-color:purple;">**SEND ME INSTRUCTIONS**</mark> button.

Within moments, an email will arrive in your inbox with a link to reset your password. Click the  <mark style="background-color:purple;">**Reset My Password**</mark>  button and a page will appear where you will enter your new password. Click the  <mark style="background-color:purple;">**SET NEW PASSWORD**</mark>  button. Now that your password is changed, you can log in with it.

{% hint style="info" %}
*The password reset email is valid for 15 minutes. After this time, you need to create a new password change request.*
{% endhint %}

<figure><img src="/files/Ww7JFmUxgG9K4rE9aQg6" alt=""><figcaption><p><mark style="color:purple;">Reset password</mark></p></figcaption></figure>


---

# 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://academy.decisionrules.io/account/log-in.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.
