# How to register a club's player

### Step 1: Accessing the profile page

Once logged in VIS, you can access your club page by clicking on the menu (1) at the top right, followed by the "My profile" button (2).

<figure><img src="/files/QtqVmDlAqBHyCwLQvLxj" alt=""><figcaption><p>User action menu, foundable at the top right of every pages</p></figcaption></figure>

### Step 2: Opening the Team's profile

After reaching a club profile, you can open the "Teams" tab to see all the club's teams.

<figure><img src="/files/zNKZZfLtuWt2nmiKFCqF" alt=""><figcaption><p>Club's teams tab. Showing all teams inside a club</p></figcaption></figure>

If you have the access right to do so, double-click the team to open its profile page.

### Step 3: Add new players

On the team's profile, if you have the access right, you can click on the "Actions" button (1) and then "Add a player" (2) to add a player to your team.

{% hint style="info" %}
Players from an international transfer are already added to your team.
{% endhint %}

<figure><img src="/files/kMzyXPFuIj14NXYK4OBB" alt=""><figcaption><p>Team's profile</p></figcaption></figure>

You will be greeted with a dialog showing you a list of players from your national federation.

Select the one you want to add using the checkbox (1), add their shirt number if they already have one (2), and then confirm your selection using the "Add Selected Player" button (2).

<figure><img src="/files/61gxfRhq8BVZ3fsRWcNl" alt=""><figcaption><p>Dialog to select players</p></figcaption></figure>

### Step 4: Edit the player's registration

You can double-click on your players to edit their registration. You are invited to provide his/her shirt number, role, and the contract dates you have with him/her.

{% hint style="info" %}
When the player resigns from your team, update the end date accordingly.
{% endhint %}

<figure><img src="/files/OmcKXZO18LWBjYoJfu2B" alt=""><figcaption><p>Dialog to update a player's registration</p></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://help.app.fivb.com/vis-web-manager/volleyball/how-to-register-a-clubs-player.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.
