> For the complete documentation index, see [llms.txt](https://help.calshare.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.calshare.net/getting-started.md).

# Getting started

Access, passwordless authentication design, and initial navigation.

## 2.1. Accessing the Platform

Open your preferred web browser and navigate to the official platform address: `https://calshare.net/`.

## 2.2. Passwordless Authentication Model

**Security Architecture Choice:** Calshare strictly enforces secure **Social Passwordless Authentication** via third-party providers (**Google, Facebook, and Apple**).

This design choice means Calshare **does not create, store, or require standard passwords**. Thus, there is no password to forget, and no "Password Recovery" link exists on the platform. This model provides substantial security benefits:

* **No Credential Stuffing:** Because Calshare doesn't store password hashes, database leaks cannot expose your credentials.
* **MFA Protection:** Your account security is automatically backed by the enterprise-level Multi-Factor Authentication configured on your Google, Facebook, or Apple account.
* **Seamless One-Click Login:** Faster access with zero password fatigue.

## How to Log In or Register

{% stepper %}
{% step %}
On the login screen, click the button for your preferred provider: **Continue with Google**, **Continue with Facebook**, or **Continue with Apple**.
{% endstep %}

{% step %}
Authenticate securely on the provider's official popup dialog.
{% endstep %}

{% step %}
Upon success, you are immediately redirected to the Control Panel. If it is your first login, a new Calshare profile will be provisioned instantly using your profile details.
{% endstep %}
{% endstepper %}

## 2.3. Dashboard Navigation Overview

The Calshare interface is divided into three main regions:

* **Sidebar (Retractable Navigation Menu):** Your command center linking to Dashboard, Calendars, Bookings, WhatsApp & AI, and Profile Settings.
* **Top Header:** Displays your active calendar profile, global WhatsApp connection status, and log-out control.
* **Central Content Area:** The main panel where data tables, charts, and configurations are managed.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.calshare.net/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
