# Presentation

- [AbstractViewModel](https://docs.radicalframework.com/presentation/abstract-view-model.md)
- [Conventions](https://docs.radicalframework.com/presentation/conventions.md)
- [Bootstrap Conventions](https://docs.radicalframework.com/presentation/conventions/bootstrap-conventions.md)
- [Runtime Conventions](https://docs.radicalframework.com/presentation/conventions/runtime-conventions.md)
- [Conventions override](https://docs.radicalframework.com/presentation/conventions/conventions-override.md)
- [Commands and DelegateCommand](https://docs.radicalframework.com/presentation/delegate-command.md)
- [IViewResolver](https://docs.radicalframework.com/presentation/iview-resolver.md)
- [Default view behaviors](https://docs.radicalframework.com/presentation/iview-resolver/default-view-behaviors.md)
- [view life cycle events](https://docs.radicalframework.com/presentation/iview-resolver/view-life-cycle-events.md)
- [Callback expectations](https://docs.radicalframework.com/presentation/iview-resolver/view-life-cycle-events/callback-expectations.md)
- [notify messages](https://docs.radicalframework.com/presentation/iview-resolver/view-life-cycle-events/notify-messages.md)
- [Message broker MVVM built-in messages](https://docs.radicalframework.com/presentation/built-in-messages.md)
- [Application boot process](https://docs.radicalframework.com/presentation/boot-process.md)
- [Application configuration](https://docs.radicalframework.com/presentation/boot-process/application-configuration.md)
- [Application shutdown](https://docs.radicalframework.com/presentation/boot-process/application-shutdown.md)
- [Singleton applications](https://docs.radicalframework.com/presentation/boot-process/singleton-applications.md)
- [AbstractMementoViewModel](https://docs.radicalframework.com/presentation/abstract-memento-view-model.md)
- [Simple ViewModel graphs](https://docs.radicalframework.com/presentation/abstract-memento-view-model/memento-change-tracking-simple-view-model.md)
- [Collections and complex ViewModel graphs](https://docs.radicalframework.com/presentation/abstract-memento-view-model/memento-change-tracking-collection-and-complex-view-model-md.md)
- [Validation and Validation Services](https://docs.radicalframework.com/presentation/validation-validationservice.md)
- [Resources](https://docs.radicalframework.com/presentation/resources.md)
- [Services as resources](https://docs.radicalframework.com/presentation/resources/services-as-resources.md)
- [ViewModels as resources](https://docs.radicalframework.com/presentation/resources/viewmodels-as-resources.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.radicalframework.com/presentation.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.
