# Match

## Rules of Padel Match&#x20;

1. **Scoring**: Padel follows the tennis scoring system. Matches are best of 3 sets, with scores of 15, 30, 40, and advantage (deuce). Since 2020, the golden point rule has been applied at 40-40 in professional circuits.
2. **Side Changes**: Players switch sides on odd games (1-0, 2-1, etc.).
3. **Player Movement**: Any player can hit the ball from any position on the court.
4. **Ball Contact with Walls/Fences**: For a ball to be in play, it must bounce on the court before touching any wall or fence, except for the serve. During rallies, the ball can hit the walls and fences. Players may hit it with or without a bounce depending on the situation.

### Serving Rules

5. **Correct Serve Execution**:
   * Serves must bounce within the designated cross-court quadrant.
   * Unlike in tennis, players bounce the ball and must hit it below waist level.
   * The serve should avoid the side fence after the bounce.
   * Each serve allows two attempts if the first serve lands out or hits the net.
6. **When the Serve Hits the Net**:
   * **Out of Bounds**: If it doesn’t bounce in the correct square, it’s a fault.
   * **Valid Bounce**:
     * **Single Bounce, No Side Fence**: Serve is a let (redo).
     * **Double Bounce, Hits Side Fence**: Serve is a let (redo).
     * **Single Bounce, Hits Side Fence**: Serve is a fault.

### Additional Rules

7. **Double Hits**: Players cannot hit the ball twice in one shot.
8. **Safety Rope**: Players must wear the racket’s safety strap for safety.
9. **Ball Out of Court**: If a player hits the ball out, it’s their point. However, players can attempt a return from outside the court before the second bounce.
10. **Wall/Fence Bounce Return**: If a ball bounces, touches the wall, and goes back to the opponent's court, it’s the hitter’s point. Advanced players may try to "save" the point by hitting it back over the net.
11. **Net Contact**: If any player touches the net with their racket, clothes, or body, their opponent wins the point.


---

# 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.padelfast.com/formats/match.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.
