# Advanced Topics

- [Child Injectors](https://wirebox.ortusbooks.com/advanced-topics/child-injectors.md)
- [Lazy Properties](https://wirebox.ortusbooks.com/advanced-topics/lazy-properties.md): Wanna be lazy?
- [Object Persistence & Thread Safety](https://wirebox.ortusbooks.com/advanced-topics/object-persistence-and-thread-safety.md)
- [ORM Entity Injection](https://wirebox.ortusbooks.com/advanced-topics/orm-entity-injection.md)
- [Providers](https://wirebox.ortusbooks.com/advanced-topics/providers.md)
- [Custom Providers](https://wirebox.ortusbooks.com/advanced-topics/providers/custom-providers.md)
- [toProvider() closures](https://wirebox.ortusbooks.com/advanced-topics/providers/toprovider-closures.md)
- [Virtual Provider Injection DSL](https://wirebox.ortusbooks.com/advanced-topics/providers/virtual-provider-injection-dsl.md)
- [Virtual Provider Mapping](https://wirebox.ortusbooks.com/advanced-topics/providers/virtual-provider-mapping.md)
- [Virtual Provider Lookup Methods](https://wirebox.ortusbooks.com/advanced-topics/providers/virtual-provider-lookup-methods.md)
- [Provider onMissingMethod Proxy](https://wirebox.ortusbooks.com/advanced-topics/providers/provider-onmissingmethod-proxy.md)
- [Scope Widening Injection](https://wirebox.ortusbooks.com/advanced-topics/providers/scope-widening-injection.md)
- [Property Observers](https://wirebox.ortusbooks.com/advanced-topics/property-observers.md): Observe any property and react!
- [Runtime Mixins()](https://wirebox.ortusbooks.com/advanced-topics/runtime-mixins.md)
- [WireBox Object Populator](https://wirebox.ortusbooks.com/advanced-topics/wirebox-object-populator.md)
- [populateFromXML](https://wirebox.ortusbooks.com/advanced-topics/wirebox-object-populator/populatefromxml.md)
- [populateFromQuery](https://wirebox.ortusbooks.com/advanced-topics/wirebox-object-populator/populatefromquery.md)
- [populateFromStruct](https://wirebox.ortusbooks.com/advanced-topics/wirebox-object-populator/populatefromstruct.md)
- [populateFromQueryWithPrefix](https://wirebox.ortusbooks.com/advanced-topics/wirebox-object-populator/populatefromquerywithprefix.md)
- [populateFromJSON](https://wirebox.ortusbooks.com/advanced-topics/wirebox-object-populator/populatefromjson.md)
- [Virtual Inheritance](https://wirebox.ortusbooks.com/advanced-topics/virtual-inheritance.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://wirebox.ortusbooks.com/advanced-topics.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.
