# \[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."
]
```


---

# 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://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?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.
