# Football

Football can be played by up to 10 people per game, each team with 5 players. Your goal is to reach a score of 10 to win the game.

***

## How to play

### Shooting

To shoot the ball, use **LEFT-CLICK**. You can aim the ball after doing this to kick it higher or in a curve.

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

### Passing

To pass the ball, use **RIGHT-CLICK**.

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

### Dribbling

You can dribble the ball by walking or running into it.

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


---

# 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://faq.schoolrp.net/sports/football.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.
