# Shared parameters with the Tracking endpoint

Upload Tracking shares many parameters with the real-time Tracking endpoint.

Use this page as the bridge between both docs.

### Shared reference

* [Shared query parameters (Tracking + Upload Tracking)](https://posetracker.gitbook.io/posetracker-api/posetracker-api-query-parameters)

### Endpoint-specific references

* Upload Tracking params: [Query parameters](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-uploaded-files/upload-tracking-endpoint-video-and-image/query-parameters)
* Real-time Tracking params: [Tracking Endpoint params](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/query-params-details)

### Key differences

* Upload Tracking adds `source`, `videoSrc`, `imageSrc`, and UI parameters.
* Upload Tracking `skeleton` is `true/false`.
* Tracking endpoint `skeleton` can accept a custom UUID.


---

# 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-uploaded-files/upload-tracking-endpoint-video-and-image/shared-parameters-with-the-tracking-endpoint.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.
