# Locus

Locus is Axon's self-serve booking module.

## What you can do

* Pick a date and view availability.
* Filter by zone, attributes, and available resources.
* Browse floorplans by headquarters and floor.
* Book timed or all-day spaces.
* Use quick-book actions for random or favorite options.
* Review and cancel your bookings.

## Typical booking flow

1. Open `Locus`.
2. Select your booking date.
3. Set filters (optional).
4. Choose HQ and floor.
5. Select a resource on the floorplan.
6. Confirm booking details and create booking.

## Booking guidance behavior

Locus also reflects organization rules such as:

* Booking windows
* Work schedule constraints
* Team zone access/exclusivity
* Availability and conflict checks

## Notes

* If you see "outside your work schedule" or unavailable states, those are policy-driven.
* Favorites and quick-book behavior depend on available resources and your current filters.
* Approved Civitas PTO days are treated as unavailable and existing overlapping bookings are cancelled.


---

# 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/app-modules/locus.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.
