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

# Playbooks&#x20;

- [Playbooks](https://docs.balkan.id/playbooks/playbooks.md)
- [Configuring global playbooks](https://docs.balkan.id/playbooks/playbooks/configuring-global-playbooks.md)
- [Configuring integration specific playbooks](https://docs.balkan.id/playbooks/playbooks/configuring-integration-specific-playbooks.md)
- [Automated employee data upload playbook with AWS Lambda & S3](https://docs.balkan.id/playbooks/playbooks/automated-employee-data-upload-playbook-with-aws-lambda-and-s3.md)
- [Automated entitlement data upload playbook with AWS Lambda & S3](https://docs.balkan.id/playbooks/playbooks/automated-entitlement-data-upload-playbook-with-aws-lambda-and-s3.md)
- [Automated Joiner-Mover-Leaver Playbook with BambooHR and EntraID](https://docs.balkan.id/playbooks/playbooks/automated-joiner-mover-leaver-playbook-with-bamboohr-and-entraid.md)
- [Automated Joiner-Mover-Leaver Playbook with Zoho People and EntraID](https://docs.balkan.id/playbooks/playbooks/automated-joiner-mover-leaver-playbook-with-zoho-people-and-entraid.md)
- [Automated Joiner-Mover-Leaver Playbook with UKG Pro and EntraID](https://docs.balkan.id/playbooks/playbooks/automated-joiner-mover-leaver-playbook-with-ukg-pro-and-entraid.md)
- [Automated Joiner-Mover-Leaver Playbook with Paycom HRIS and Entra ID](https://docs.balkan.id/playbooks/playbooks/automated-joiner-mover-leaver-playbook-with-paycom-hris-and-entra-id.md)
- [Automated Joiner-Mover-Leaver Playbook with ADP and EntraID](https://docs.balkan.id/playbooks/playbooks/automated-joiner-mover-leaver-playbook-with-adp-and-entraid.md)
- [Automated Joiner-Mover-Leaver Playbook with Workday and EntraID](https://docs.balkan.id/playbooks/playbooks/automated-joiner-mover-leaver-playbook-with-workday-and-entraid.md)
- [Automated Joiner-Mover-Leaver Playbook with Workday and Okta](https://docs.balkan.id/playbooks/playbooks/automated-joiner-mover-leaver-playbook-with-workday-and-okta.md)
- [Outbound Webhooks](https://docs.balkan.id/playbooks/outbound-webhooks.md): Use outbound webhooks to get the data and events you need from BalkanID into your systems.
- [Events and Deliveries](https://docs.balkan.id/playbooks/outbound-webhooks/events-and-deliveries.md): Inspect webhook event history and troubleshoot delivery attempts.
- [Webhook Recipes](https://docs.balkan.id/playbooks/outbound-webhooks/webhook-recipes.md): Common webhook patterns, ideas and usecases for alerts, sync, and governance workflows.
- [Webhook-Driven Playbooks](https://docs.balkan.id/playbooks/webhook-driven-playbooks.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.balkan.id/playbooks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
