# Advanced Topics

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