# Advanced

- [Custom Configuration](https://docs.contextsdk.com/advanced/custom-configuration.md): Learn how to tailor ContextSDK settings to suit your app's unique needs.
- [Capturing Context In Key Moments](https://docs.contextsdk.com/advanced/capturing-context-in-key-moments.md): Learn how your app’s screens and user actions correlate with real-world user contexts.
- [Handling Memory Warnings](https://docs.contextsdk.com/advanced/handling-memory-warnings.md): Forward iOS memory warnings to ContextSDK so it can release non-critical caches.
- [Running ContextSDK On-Premises](https://docs.contextsdk.com/advanced/running-contextsdk-on-premises.md): Learn about deploying ContextSDK on-premises to maintain full control over your data processing.


---

# 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.contextsdk.com/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.
