# Recipes

- [Apollo GraphQL integration](https://docs.aurelia.io/recipes/graphql.md)
- [Auth0 integration](https://docs.aurelia.io/recipes/auth0.md)
- [Containerizing Aurelia apps with Docker](https://docs.aurelia.io/recipes/docker.md)
- [Capacitor integration](https://docs.aurelia.io/recipes/capacitor.md)
- [CSS-in-JS with Emotion](https://docs.aurelia.io/recipes/css-in-js-with-emotion.md)
- [DOM style injection](https://docs.aurelia.io/recipes/dom-style-injection.md)
- [Firebase integration](https://docs.aurelia.io/recipes/firebase-integration.md)
- [Markdown integration](https://docs.aurelia.io/recipes/markdown-integration.md)
- [Multi root](https://docs.aurelia.io/recipes/multi-root.md)
- [Progress Web Apps (PWA's)](https://docs.aurelia.io/recipes/pwa.md)
- [Securing an app](https://docs.aurelia.io/recipes/securing-an-app.md)
- [SignalR integration](https://docs.aurelia.io/recipes/signalr-integration.md)
- [Strongly-typed templates](https://docs.aurelia.io/recipes/strongly-typed-template.md)
- [TailwindCSS integration](https://docs.aurelia.io/recipes/tailwindcss-integration.md): Learn how to use TailwindCSS in Aurelia 2 with this detailed guide.
- [WebSockets Integration](https://docs.aurelia.io/recipes/websockets.md)
- [Web Workers Integration](https://docs.aurelia.io/recipes/using-webworkers.md)


---

# 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.aurelia.io/recipes.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.
