# Quick Start

## 1) Sign in and join your organization

* Sign in through the Axon auth flow.
* New organization signups must verify email before first full access.
* If your account is invited to an organization, accept the invite.
* If MFA is required by your organization, complete MFA setup during onboarding.

## 2) Open `/app` and review your Home dashboard

* Home is your day-to-day starting point.
* You will see widgets based on your role and permissions.
* Use Home to jump into booking and scheduling quickly.

## 3) Start with Locus for bookings

* Open `Locus` from the app sidebar.
* Pick a date, choose a floor, and book a seat/space.
* Use "My bookings" to review or cancel upcoming bookings.

## 4) Use module workflows if available to you

* `Orbis`: recurring team schedules and weekly planning.
* `Atlas`: floorplan design and publishing.
* `Civitas`: PTO and HR request workflows, approvals, and documents.

## 5) Configure your settings in `/dashboard`

* User settings: profile, password, MFA, privacy, appearance, widget setup.
* Notifications: enable push and choose alert categories.
* If you are an admin, review users, teams, billing, and organization settings.

## 6) Use built-in tutorials when needed

* Most main pages include in-product walkthrough overlays.
* You can replay all tutorials from `Dashboard > User settings > Tutorials`.

## 7) Use task guides for common workflows

* Follow step-by-step guides in [Task guides](/axon/task-guides/task-guides.md).
* Start with high-frequency workflows like booking in Locus and recurring schedules in Orbis.

## 8) Follow your role-based onboarding path

* Use [Role-based onboarding paths](/axon/getting-started/role-based-onboarding.md) to focus on the steps that match your responsibilities.

## 9) Use Support when blocked

* Signed-in users can open `Dashboard > Support` to create and track support requests.
* External or signed-out users can use `/support` for public support intake.
* Use [Report an issue and track support](/axon/task-guides/report-an-issue-and-track-support.md) for the full workflow.


---

# 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://xdbx.gitbook.io/axon/getting-started/quick-start.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.
