# Managing player strikes

Player strikes can be managed easily via the roster page itself. Only Administrators and Managers can add/edit/remove player strikes.

**Note:** Player strikes automatically clear on promotion/demotion.

## Adding a new player strike

{% stepper %}
{% step %}

### Click on the player you'd like to add the strike to

Hover over the player row you'd like to add the player strike to and left click. You'll then be shown a dialog to manage the player. Click on the "Strikes" tab to access player strikes.

<figure><img src="/files/pfzPc49j8jzPdjircCA4" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on the "Add Strike" button

Clicking on this button will allow you to provide strike information and then once complete click on "Add Strike" again to add this to the player record.

<figure><img src="/files/NY3n6PTMUUyX2BSQPQWF" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Player strike has been added to the roster :tada:

The player strike will be added to the roster and then viewable again when you click on the player row and click on the "Strikes" tab.
{% endstep %}
{% endstepper %}

## Editing an existing player strike

{% stepper %}
{% step %}

### Click on the player you'd like to edit the strike on

Hover over the player row you'd like to edit the strike on and left click. You'll then be shown a dialog to manage the player. Click on the "Strikes" tab to access player strikes.
{% endstep %}

{% step %}

### Click on the edit pencil icon next to the player strike

Clicking on this icon will allow you to amend the player strike information. Once you've edited the strike, click on the "Edit Strike" button to save your change.

<figure><img src="/files/OrSADFr0JTyhYz2qg6jF" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/n9AuJsDrmtBhnMtdFI3C" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Player strike has been edited on the roster :tada:

The player strike will be edited on the roster and then viewable again when you click on the player row and click on the "Strikes" tab.
{% endstep %}
{% endstepper %}

## Deleting a player strike

{% stepper %}
{% step %}

### Click on the player you'd like to delete the strike on

Hover over the player row you'd like to delete the strike on and left click. You'll then be shown a dialog to manage the player. Click on the "Strikes" tab to access player strikes.

<figure><img src="/files/OrSADFr0JTyhYz2qg6jF" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on the bin icon next to the player strike

Clicking on this icon will prompt the app to ask you if you are sure you would like to delete this strike. Once you've confirmed this and clicked "Confirm" the player strike will be deleted.

<figure><img src="/files/3m3fV2LneS13cXcevZtu" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Player strike has been deleted on the roster :tada:

The player strike will be deleted on the roster and then when you click on the player row and click on the "Strikes" tab you will see it has disappeared.
{% endstep %}
{% endstepper %}


---

# 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.fiveroster.com/player-management/managing-player-strikes.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.
