# Target Tolerance

Target Tolerance mode is the default mode for running cues. When you load and run a cue, your machine(s) will run towards their target position. Once the motor position is within the specified tolerance of its target position, the machine will stop moving and display as a Completed Cue.

{% hint style="info" %}
This means that it is possible that your cue will take a little more or little less time than the specified time depending on how long it takes to achieve it's target position. If you have tight timing requirements and accuracy of position is less important, you can switch [Strict Timing Mode](/docs/spikemark/position-scale/strict-timing-mode.md)(A legacy mode that we don't often suggest using)
{% endhint %}

This is why you might notice a position end at 199.83" instead of 200", or that your lift's platform always sits a little low to the stage when in its Up position. This is common if your target position is .25" which is often the default for a machine in Spikemark.

You may find that you need to decrease this value to get you cues to complete where you intend them to.

However, you might find that if you set this value is too small, your cues will not complete. If you find that your cues are not completing(Sitting **Green** and not turning to **Blue**), you either need to do some [motor tuning](/docs/spikemark/position-scale/motor-tuning.md) or increase the value for Target Tolerance.

![](/files/-MiRrIQ-jTIYrBB6bcJg)


---

# 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.creativeconners.com/docs/spikemark/position-scale/target-tolerance.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.
