# Authentication

C6 is designed with cross-platform ability. You can use C6 like any other web-app (facebook, gmail ? ) by just logging into your account, and safely access your files. Once done, you can just logout and rest assured that all your files are safe on cloud. Nothing is saved on the local browser.&#x20;

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

### Registration

As with any other web app, you can [register](https://c6.fabheads.com/register) for C6 using just your email. You will receive a verification email post-registration. You can verify by clicking on the verification link from the email. Pretty standard right !  Make sure you are verified using the registration email.

<figure><img src="/files/skdsMGzqR9JhBbQLEZs3" alt=""><figcaption><p>Registration for New User</p></figcaption></figure>

### Login

Again, login is a standard web-app login.&#x20;

<figure><img src="/files/d5Ic0MNpCMrKamnAM7Rk" alt=""><figcaption><p>Login page</p></figcaption></figure>

### Forgot Password

If anytime you forget your password, you can recover it from the [Forgot Password](https://c6.fabheads.com/forgot) page. Once you enter your email and submit, you'll receive the recovery email with a reset password link. Click on the link and set your password. Again, standard stuff.&#x20;

![Recover Password ](/files/R2cmOG59DzG1POmqX3W0)

### Social Login

C6 now has the ability to use single sign-on for end users. C6 offers Google Social Networking for signing in instead of creating a new account specifically. This simplifies registrations and logins for end users. Other Social Logins are coming up soon.

<figure><img src="/files/i638pDLEUz62PwiiMhHY" alt=""><figcaption></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://docs.c6.fabheads.com/authentication.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.
