# Continue a matchmaking

If you wish to continue a matchmaking follow these steps:

1. Navigate to the **Matches** tab and press it.
2. Locate the **Continue** button next to the rounds.
3. Press it to add a new set of rounds to continue the tournament.

{% hint style="info" %}
There is no limit to how long you can continue a tournament.
{% endhint %}


---

# 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/continue-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.
