# Reliably Detectable Marks

{% hint style="success" %}
This section maps to Requirement 1.2-B
{% endhint %}

Marks are determined valid and counted by the system if the amount of darker pixels in the bubble area exceeds a configurable threshold. This threshold can be adjusted to have a stricter or looser interpretation of what is considered a valid mark. The recommended and default threshold in the system is 7%, under which marks such as a light dot, a fold through a bubble, a stray mark outside of the bubble, or a small line just on the corner of a bubble will be considered invalid. Marks such as a completely filled bubble, half filled bubble, or an X in a bubble will be considered valid. Examples of invalid and valid marks along with the score for that mark (in green) are shown below.&#x20;

## Invalid Marks

<figure><img src="/files/b3UVkJPmKNOiN2AnYMND" alt=""><figcaption></figcaption></figure>

## Valid Marks

<figure><img src="/files/I97zoPzJvYHb0SMGhbil" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.voting.works/vxsuite-tdp-v3.1/reliably-detectable-marks.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.
