> 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/integration-tutorials.md).

# Integration tutorials

Use these tutorials to integrate the Tracking endpoint in your stack.

{% hint style="info" %}
The easiest way to experience PoseTracker is the mobile demo app.

Install it on iOS or Android.

Then follow along with the docs.

* iOS (App Store): <https://apps.apple.com/us/app/posetracker-ai/id6759670702>
* Android (Google Play): <https://play.google.com/store/apps/details?id=com.posetracker.v3demo>
  {% endhint %}

If you need another framework, request it here:

<https://app.posetracker.com/users/requests>

### Tutorials in this documentation

* [🆕 Reference movement HTML demo](/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/reference-movement-html-demo.md)
* [Vibe coding with PoseTracker (Cursor / Claude / Copilot / ChatGPT)](/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/vibe-coding-with-posetracker.md)
* [Expo React Native example](/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/expo-react-native-example.md)
* [Vanilla HTML & JS example](/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/vanilla-html-and-js-example.md)
* [iOS SwiftUI example](/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/ios-swiftui-example.md)
* [Android Kotlin example](/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/android-kotlin-example.md)
* [Flutter example](/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials/flutter-example.md)

#### You can find additional developer resources on GitHub

These repos are kept as reference implementations.

We’ll clean and stabilize them over time.

They will remain available as sample code for integration.

* **PoseTracker example app repo** for framework-based integrations:\
  <https://github.com/Movelytics/ReactNativeWebcamDemo>
* **PoseTracker LLM prompts repo** for vibe coding with Cursor, Claude, Copilot, and ChatGPT:\
  <https://github.com/Movelytics/posetracker-llm-prompts>

The LLM prompts repo includes ready-to-use prompts, example integrations, quick fixes, and use-case-driven templates for building with PoseTracker faster.

It’s a developer acceleration layer on top of the official docs (not a replacement).

{% embed url="<https://github.com/Movelytics/ReactNativeWebcamDemo>" %}

{% embed url="<https://github.com/Movelytics/posetracker-llm-prompts>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/integration-tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
