# Advanced

- [Performance guide](https://dev.smartstore.com/framework/advanced/performance-guide.md)
- [Service tier best practices](https://dev.smartstore.com/framework/advanced/service-tier-best-practices.md)
- [DI best practices](https://dev.smartstore.com/framework/advanced/di-best-practices.md)
- [Type conversion](https://dev.smartstore.com/framework/advanced/type-conversion.md)
- [View precompilation](https://dev.smartstore.com/framework/advanced/view-precompilation.md)
- [Distributed locking](https://dev.smartstore.com/framework/advanced/distributed-locking.md)
- [Async state](https://dev.smartstore.com/framework/advanced/async-state.md)
- [Generic attributes](https://dev.smartstore.com/framework/advanced/generic-attributes.md)
- [Sync mapping](https://dev.smartstore.com/framework/advanced/sync-mapping.md)
- [Data access (Deep Dive)](https://dev.smartstore.com/framework/advanced/data-access-deep-dive.md)
- [Search filter expressions](https://dev.smartstore.com/framework/advanced/data-access-deep-dive/search-query-expressions.md)
- [DbContextScope](https://dev.smartstore.com/framework/advanced/data-access-deep-dive/dbcontextscope.md)
- [Pooled DbContext factory](https://dev.smartstore.com/framework/advanced/data-access-deep-dive/dbcontextfactory.md)
- [Database bulk operations](https://dev.smartstore.com/framework/advanced/data-access-deep-dive/database-batch-operations.md)
- [Useful extensions](https://dev.smartstore.com/framework/advanced/data-access-deep-dive/useful-extensions.md): For (SmartDb)Context and DbSet
- [LinkResolver](https://dev.smartstore.com/framework/advanced/linkresolver.md)
- [QR codes](https://dev.smartstore.com/framework/advanced/qr-codes.md)
- [Native libraries](https://dev.smartstore.com/framework/advanced/native-libraries.md)
- [Cookie Consent](https://dev.smartstore.com/framework/advanced/cookie-consent.md)
- [Troubleshooting](https://dev.smartstore.com/framework/advanced/troubleshooting.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/advanced.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.
