# Tracker

The `tracker`  object is used for setting new custom tracker goals for a user.

### Available Fields

| Required  | Required | Type              | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| --------- | -------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id`      | True     | ID!               | Tracker goal ID.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `tracker` | True     | TrackerComponent! | <p>All available trackers in Suggestic.<br><br>enum TrackerComponent {<br>BLOOD\_PRESSURE\_TRACKER<br>DAILY\_MOOD<br>DAILY\_RECAP<br>EXERCISE\_TRACKER<br>FOOD\_LOGS<br>FOOD\_LOG\_MEAL\_TRACKER<br>HEART\_RATE\_TRACKER<br>HRV\_TRACKER<br>HYDRATION\_TRACKER<br>MP\_MEAL\_TRACKER<br>MY\_CHECKLIST\_TRACKER<br>PLAN\_SUPPLEMENT<br>PLAN\_SUPPLEMENTS\_MY\_CHECKLIST<br>SLEEP\_QUALITY\_SCORE\_TRACKER<br>SLEEP\_TIME\_TRACKER<br>STEPS\_TRACKER<br>TODAY\_FOOD<br>TODAY\_SUPPLEMENT<br>WEIGHT\_TRACKER<br>}</p> |
| `goal`    | False    | Float             | Sets new goal for selected tracker ex. `20000` steps.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `source`  | False    | SourceType        | <p>All available sources in Suggestic.<br><br>enum SourceType {<br>APPLE<br>FITBIT<br>GARMIN<br>GOOGLEFIT\_NATIVE<br>GOOGLEFIT\_REST<br>HEALTHCONNECT<br>HUAWEIHEALTH<br>IHEALTH<br>MISFIT<br>OMRONCONNECT<br>OMRONWELLNESS<br>OURA<br>POLAR<br>SAMSUNG<br>STRAVA<br>SUGGESTIC<br>SUUNTO<br>WITHINGS<br>}</p>                                                                                                                                                                                                     |


---

# 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://docs.suggestic.com/graphql/objects/common/tracker.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.
