# Tutorials

- [Testing Your Aurelia Application](https://docs.aurelia.io/tutorials/testing-your-aurelia-application.md)
- [Authentication and Authorization](https://docs.aurelia.io/tutorials/authentication-and-authorization.md)
- [Building a ChatGPT inspired app](https://docs.aurelia.io/tutorials/build-a-chatgpt-inspired-app.md): Learn how to build a ChatGPT-inspired application with Aurelia 2, Node.js, and the OpenAI GPT-4o API.
- [Building a realtime cryptocurrency price tracker](https://docs.aurelia.io/tutorials/building-a-realtime-cryptocurrency-price-tracker.md): Learn how to work with Aurelia's reactive binding system to work with frequent data changes.
- [Building a todo application](https://docs.aurelia.io/tutorials/building-a-todo-application.md): The obligatory todo app.
- [Building a todo app with state management](https://docs.aurelia.io/tutorials/building-a-todo-app-with-state-management.md): Learn state management in Aurelia by building a todo application with @aurelia/state
- [Building a weather application](https://docs.aurelia.io/tutorials/building-a-weather-application.md): Learn how to build a fully styled weather dashboard in Aurelia 2 with Tailwind CSS and Vite.
- [Building a widget-based dashboard](https://docs.aurelia.io/tutorials/create-a-dashboard-using-dynamic-composition.md): Learn how you can leverage dynamic composition to build dynamic user interfaces like dashboards.
- [Micro-frontends with Module Federation](https://docs.aurelia.io/tutorials/micro-frontends-with-module-federation.md): Build scalable micro-frontend architectures using Aurelia 2 with Webpack 5 Module Federation and Vite federation plugins.
- [React inside Aurelia](https://docs.aurelia.io/tutorials/using-react-inside-aurelia.md): Libception. Learn how to use React inside of your Aurelia applications.
- [Svelte inside Aurelia](https://docs.aurelia.io/tutorials/using-svelte-inside-aurelia.md): Libception. Learn how to use Svelte inside of your Aurelia applications.
- [Synthetic view](https://docs.aurelia.io/tutorials/synthetic-view.md): Learn how you can dynamically synthesize views from templates generated on runtime.
- [Vue inside Aurelia](https://docs.aurelia.io/tutorials/using-vue-inside-aurelia.md): Libception. Learn how to use Vue inside of your Aurelia applications.


---

# 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/tutorials.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.
