# Basics

- [How ContextDecision Works](https://docs.contextsdk.com/basics/how-context-decision-works.md): Optimize in-app offer timing to maximize conversions.
- [How ContextPush Works](https://docs.contextsdk.com/basics/how-context-push-works.md): Deliver non-time-sensitive notifications at the best moment to increase open rate and maximize engagement.
- [Getting Started](https://docs.contextsdk.com/basics/getting-started.md): Get started with ContextSDK — sign up, create a license key, and integrate the SDK with step-by-step setup guides for all platforms.


---

# 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/basics.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.
