# Nomo Fantasy Football Scoring

### Scoring for all Offensive Players&#x20;

* Rushing and Receiving Touchdowns **6 points**&#x20;
* Rushing and Receiving Yards **1 point for every 10 yards**&#x20;
* Receptions **0.5 points**&#x20;
* Passing Touchdowns **4 points**&#x20;
* Passing Interceptions Thrown Negative **1 point**&#x20;
* Fumbles Lost to Opponent Negative **2 points**&#x20;
* Passing Yards **1 point for every 25 yards**&#x20;
* Passing/Rushing/Receiving 2 Point Conversions **2 points**&#x20;

### Scoring for Individual Defensive Players&#x20;

* Solo Tackles **1.5 points**&#x20;
* Assisted Tackles **.75 points**&#x20;
* Tackles for Loss **2 points**&#x20;
* Sacks **4 points**&#x20;
* Interceptions **5 points**&#x20;
* Fumbles Forced **4 points**&#x20;
* Fumble Recoveries **4 points**&#x20;
* Defensive Touchdowns **6 points**&#x20;
* Safeties **2 points**&#x20;
* Passes Defended **1.5 points**


---

# 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.leaguedao.com/product-guides/nomo-fantasy-leagues/nomo-fantasy-football-scoring.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.
