> For the complete documentation index, see [llms.txt](https://islamu.gitbook.io/islamu-event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://islamu.gitbook.io/islamu-event/documentation/readme/getting-started.md).

# Getting Started

Evaluation path, local quickstart, architecture, and request-flow guidance.

Use this section to decide whether ISLAMU Event fits your organization, run a local evaluation, and understand the authority and durability model before choosing infrastructure.

***

## In this Section

* [**Why ISLAMU Event?**](/islamu-event/documentation/readme/getting-started/why-islamu-event.md) — Explains product scope, adopter value, pre-1.0 maturity, and operator responsibility.
* [**5-Minute Quickstart**](/islamu-event/documentation/readme/getting-started/5-minute-quickstart.md) — Launch the complete platform locally in under 5 minutes using Docker.
* [**Architecture & Request Flows**](/islamu-event/documentation/readme/getting-started/architecture-and-request-flows.md) — Traces browser, write, callback, and operational paths through the BFF, API, application operations, persistence, and provider boundaries.

***

## Recommended Path

1. Begin with [**Why ISLAMU Event?**](/islamu-event/documentation/readme/getting-started/why-islamu-event.md) to evaluate core platform philosophy and governance.
2. Spin up a local test instance with the [**5-Minute Quickstart**](/islamu-event/documentation/readme/getting-started/5-minute-quickstart.md).
3. Review [**Architecture & Request Flows**](/islamu-event/documentation/readme/getting-started/architecture-and-request-flows.md) to understand how authentication, database transactions, and background outboxes interact.
4. Continue to [**Self-Hosting Guide**](/islamu-event/documentation/readme/self-hosting.md) to select between Docker Standalone and Docker Compose for production.

***

## Related Guides & Next Steps

* [**Self-Hosting Guide**](/islamu-event/documentation/readme/self-hosting.md) — Compare deployment topologies and review sizing tiers.
* [**Configuration & Operations**](/islamu-event/documentation/readme/configuration-and-operations.md) — Master environment variables, secrets, and disaster recovery.
* [**Security & Identity**](/islamu-event/documentation/readme/security-and-identity.md) — Configure Keycloak authentication and Cerbos or Local RBAC.


---

# 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://islamu.gitbook.io/islamu-event/documentation/readme/getting-started.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.
