> For the complete documentation index, see [llms.txt](https://posetracker.gitbook.io/posetracker-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/tracking-endpoint-message-to-handle/developer-plan-real-time-motion-feedbacks-and-recommandations.md).

# \[developer plan] Real-time motion feedbacks and recommandations

<mark style="color:red;">This feature need an API\_KEY from a developer plan (50€ / monthly)</mark>

Data composition for `type: 'recommendations'`

```json
{
  "type": "recommendations",
  "data": []
}
```

Exemple for data values :

```
data: [
    "Keep your arms raised in front of you for balance.",
    "Keep your weight distributed on both feet, without leaning your torso to the side."
]
```
