# Scoring Matrix

{% hint style="info" %}

## Scoring Cut Off Time

* **Cut-Off Time**: 1 hour after a game finishes.
* **Example**: If the game finished at 3PM EST / 8PM UTC, the final scores will lock in at 4PM EST / 9PM UTC.
  {% endhint %}

<table data-full-width="true"><thead><tr><th width="107">Action Category</th><th width="301">Actions</th><th width="108" align="center">Base Points</th><th width="670" align="center">Explanation</th></tr></thead><tbody><tr><td>Passing</td><td>Passing TD</td><td align="center">4</td><td align="center"></td></tr><tr><td>Passing</td><td>Passing Yard</td><td align="center">0.04</td><td align="center">Each passing yard = .04 points. 25 passing yards = 1 point</td></tr><tr><td>Passing</td><td>300+ Yard Passing Bonus</td><td align="center">3</td><td align="center">If a player throws for 300 or more yards (including 300) 3 points in a 1 time bonus</td></tr><tr><td>Passing</td><td>Interception</td><td align="center">-1</td><td align="center"></td></tr><tr><td>Rushing</td><td>Rushing TD</td><td align="center">6</td><td align="center"></td></tr><tr><td>Rushing</td><td>Rushing Yard</td><td align="center">0.1</td><td align="center">Each rushing yard =.1 points. 10 rushing yards = 1 point</td></tr><tr><td>Rushing</td><td>100+ Yard Rushing Bonus</td><td align="center">3</td><td align="center">If a player rushes for 100 or more yards (including 100) 3 points in a 1 time bonus</td></tr><tr><td>Receiving</td><td>Receiving TD</td><td align="center">6</td><td align="center"></td></tr><tr><td>Receiving</td><td>Reception</td><td align="center">1</td><td align="center"></td></tr><tr><td>Receiving</td><td>Receiving Yard</td><td align="center">0.1</td><td align="center">Each receiving yard =.1. 10 receiving yards= 1 point</td></tr><tr><td>Receiving</td><td>100+ Yard Receiving Bonus</td><td align="center">3</td><td align="center">If a player has 100 or more yards receiving (including 100) 3 points in a one time bonus</td></tr><tr><td>Misc</td><td>Punt/Kickoff/FG Return for td</td><td align="center">6</td><td align="center"></td></tr><tr><td>Misc</td><td>Fumble Lost</td><td align="center">-1</td><td align="center">Any fumble lost by any player = -1</td></tr><tr><td>Misc</td><td>2 Pt Conversion (Pass, Run, or Catch</td><td align="center">2</td><td align="center"></td></tr><tr><td>Misc</td><td>Offensive Fumble Recovery TD</td><td align="center">6</td><td align="center"></td></tr></tbody></table>


---

# 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.sport.fun/nfl/scoring-system/scoring-matrix.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.
