# Adding players

### Adding players

If you have never added a player before follow these steps:

1. Locate the **Add players** button down below and press it
2. Fill in the name of the player and press **Add**.

{% hint style="info" %}
Under the **Your players** list you will find previously added players. Create players once, use them everywhere.
{% endhint %}

{% hint style="danger" %}
Keep in mind that it is not possible to manually add players to ranked matchmakings, all participants are required to join through their own device.
{% 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/adding-players.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.
