# Context | |
>[Context](https://context.ai/) provides user analytics for LLM-powered products and features. | |
## Installation and Setup | |
We need to install the `context-python` Python package: | |
```bash | |
pip install context-python | |
``` | |
## Callbacks | |
See a [usage example](/docs/integrations/callbacks/context). | |
```python | |
from langchain.callbacks import ContextCallbackHandler | |
``` | |