> For the complete documentation index, see [llms.txt](https://docs.spike.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spike.sh/oncall-schedules.md).

# On-call schedules

- [Introduction to On-call schedules](https://docs.spike.sh/oncall-schedules/introduction-to-on-call-schedules.md): What is On-call? What are schedules? Get started with the basics.
- [Create On-call schedule](https://docs.spike.sh/oncall-schedules/create-on-call-schedule.md): Set up an on-call schedule to define who's on-call and when across your team.
- [Slots in schedules](https://docs.spike.sh/oncall-schedules/introduction-to-slots-in-schedules.md): Slots restrict on-call coverage to specific hours or days, so team members aren't on-call around the clock.
- [Layers in on-call schedules](https://docs.spike.sh/oncall-schedules/introduction-to-layers-in-on-call-schedules.md): Layers let you stack multiple on-call configurations within a single schedule. When two layers overlap, the higher-numbered layer takes over.
- [Override an on-call](https://docs.spike.sh/oncall-schedules/override-an-on-call.md): On-call overrides assign temporary coverage for a shift without changing the underlying schedule.
- [Notifications for on-call shifts](https://docs.spike.sh/oncall-schedules/notifications-for-on-call-shifts.md): Spike sends notifications when your on-call shift starts or ends, across personal and team-wide channels.
- [Change on-call rotation day](https://docs.spike.sh/oncall-schedules/change-on-call-rotation-day.md): You can change the shift rotation day for your on-call. Here's how.
- [Sync with your calendar](https://docs.spike.sh/oncall-schedules/calendar-sync-for-oncall.md): Sync your on-call schedule to Google Calendar, Apple Calendar, Outlook, or any calendar app that supports subscriptions.
- [Google Calendar](https://docs.spike.sh/oncall-schedules/calendar-sync-for-oncall/google-calendar-sync.md): Sync your on-call schedule with your Google Calendar
- [Apple Calendar](https://docs.spike.sh/oncall-schedules/calendar-sync-for-oncall/apple-calendar-sync.md): Sync your on-call schedule with your Apple Calendar
- [Microsoft Outlook](https://docs.spike.sh/oncall-schedules/calendar-sync-for-oncall/microsoft-outlook-sync.md): Sync your on-call schedule with your Microsoft Outlook
- [Linked calendars](https://docs.spike.sh/oncall-schedules/linked-calendars.md): Add external or holiday calendars as overlays on your on-call schedule to plan shifts around holidays and team events.


---

# 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:

```
GET https://docs.spike.sh/oncall-schedules.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.
