# Platform

- [Bootstrapping](https://dev.smartstore.com/framework/platform/bootstrapping.md): Start and initialize the application
- [Caching](https://dev.smartstore.com/framework/platform/caching.md)
- [Configuration](https://dev.smartstore.com/framework/platform/configuration.md): Application configuration framework
- [Database Migrations](https://dev.smartstore.com/framework/platform/database-migrations.md)
- [Events](https://dev.smartstore.com/framework/platform/events.md): Pub/sub system for loosely coupled communication
- [Export](https://dev.smartstore.com/framework/platform/export.md)
- [Hooks](https://dev.smartstore.com/framework/platform/hooks.md): Special pub/sub system for database save operations
- [Identity](https://dev.smartstore.com/framework/platform/identity.md)
- [IO abstraction](https://dev.smartstore.com/framework/platform/io-abstraction.md)
- [Import](https://dev.smartstore.com/framework/platform/import.md)
- [Logging](https://dev.smartstore.com/framework/platform/logging.md)
- [Data modelling](https://dev.smartstore.com/framework/platform/data-modelling.md)
- [Model mapping](https://dev.smartstore.com/framework/platform/data-modelling/model-mapping.md): Object mapping made easy
- [Modularity & Providers](https://dev.smartstore.com/framework/platform/modularity-and-providers.md)
- [Output Cache](https://dev.smartstore.com/framework/platform/output-cache.md): Improve performance and scalability
- [Profiling](https://dev.smartstore.com/framework/platform/diagnostics.md): Profiling your shop’s performance
- [Validation](https://dev.smartstore.com/framework/platform/validation.md)
- [Scheduling](https://dev.smartstore.com/framework/platform/scheduling.md): Schedules automated tasks to be executed periodically
- [Search](https://dev.smartstore.com/framework/platform/search.md)
- [Security](https://dev.smartstore.com/framework/platform/security.md)
- [Templating](https://dev.smartstore.com/framework/platform/templating.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://dev.smartstore.com/framework/platform.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.
