# Auto-schedule

### Overview

Auto scheduling uses AI to automatically schedule your workspace based on your preferences and patterns. This feature can work alongside manual scheduling but is not compatible with auto-allocate mode as this feature removes the need to schedule entirely

## Key Features

### Fixed Days

Set recurring days for automatic creation of bookings:

* Configure specific days of the week (e.g., Monday, Wednesday, Friday)
* Maximum fixed days can be set per location
* Automatically allocated with your team

<div align="left"><figure><img src="/files/GjbATrTxUCZWUnHeHgLI" alt="" width="375"><figcaption></figcaption></figure></div>

### Intelligent Scheduling

Based on attendance data, the system:

* Schedules up to 10 days in advance
* <mark style="color:orange;">Sends "likely" invitations when attendance probability is 50% or higher</mark>

<div align="left"><figure><img src="/files/qpmF4f7O2u2ST8m9a3jD" alt="" width="375"><figcaption></figcaption></figure></div>

* <mark style="color:orange;">Automatically schedules when probability reaches 80% or higher</mark>

<div align="left"><figure><img src="/files/FIUAT7hqtrvFP2n1os4A" alt="" width="375"><figcaption></figcaption></figure></div>

### Smart Features

#### Invite Recommendations

The system learns from your scheduling patterns to:

* Suggest relevant team members to invite
* Show personalized recommendations
* Streamline group scheduling

<div align="left"><figure><img src="/files/AKCyuyn1UhxtLysJTUys" alt="" width="375"><figcaption></figcaption></figure></div>

***

## How to Use Auto Scheduling Features

#### Setting Up Fixed Days

1. Open the gospace app
2. Navigate to Schedule Settings
3. Select "Fixed Days"
4. Choose your preferred recurring days and setting, i.e. Mondays every week
5. Save your preferences
6. Observe your schedule updates with bookings for Mondays

#### Managing Schedule created by Aidra (gospace's groundbreaking AI)

View and modify your auto-scheduled spaces:

1. Open the Schedule tab
2. Review upcoming scheduled spaces, these will be noted as likelies (meaning a user has to accept or decline), or show auto-scheduled with a note saying (scheduled by AI)
3. Modify or cancel if needed


---

# 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.gospace.com/user-app/auto-schedule.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.
