# Cogitus v1.0.3 release

We are happy to announce the release of Cogitus v1.0.3, This release comes with a few bug fixes and the addition of a new Features.

<mark style="color:green;">**Features -**</mark>

* Users can now sign up on the platform using any email address, not limited to Gmail.
* Upon sign-up, users receive a One-Time Password (OTP) for email verification. A resend OTP feature is available with a built-in time limit for added convenience.
* In addition to Google Sign-In, users can now log in using their registered email and password.
* A password recovery option has been provided for users who need to reset their login credentials.
* A <mark style="color:purple;">**live chatbot**</mark> has been integrated to assist users with real-time support for common queries and issues.

<mark style="color:red;">**Bug Fixes -**</mark>&#x20;

* Prorated billing information and related documentation have now been added under Payment History for better transparency and record-keeping.

{% hint style="success" %}
Check out the [Cogitus Platform](https://platform.cogitus.io/) for more information on how to use it.
{% 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.cogitus.io/release-notes/cogitus-v1.0.3-release.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.
