# Playbooks

- [Introduction to Playbooks](https://docs.spike.sh/playbooks/introduction-to-playbooks.md): Automate your common actions with Playbooks to reduce mean time to resolution.
- [Actions in Playbooks](https://docs.spike.sh/playbooks/actions-in-playbooks.md): Learn about all the actions you can automate with Playbooks
- [Automating your Playbooks](https://docs.spike.sh/playbooks/automating-your-playbooks.md): Learn how to set up automated Playbooks so they run without any intervention from users
- [Run Playbooks manually](https://docs.spike.sh/playbooks/run-playbooks-manually.md): Playbooks can be run manually by a click of a button with progress on each step's execution


---

# 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.spike.sh/playbooks.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.
