# Creating a matchmaking

1. Navigate to the **Games** section on the home page and press **Create**
2. Select the format of your matchmaking
3. Select the scoring system of your matchmaking
4. Fill out the rest of  the form
   * Name - Matchmaking name (Required)
   * Description - Information for participants (Optional)
   * Game date - Represents when the matchmaking is played (Optional)
   * Ranked - States if the matchmaking is ranked (Optional)
   * Court booked - States if there is a court booked for the matchmaking (Optional)
   * Entrance fee - States if participants should pay to participate (Optional)
   * Select a facility you are planning to play on (Optional)
5. If everything seems correct press **Create**


---

# 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/matchmakings/creating-a-matchmaking.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.
