> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/events/sign-up-for-an-event/how-to-add-or-delete-a-court-on-events.md).

# How to Add or Delete a Court on Events

* Admins have the ability to both:
  * Add courts to an Event
  * Delete courts from an Event
* An Admin may want to Add courts to an Event if:
  * There is a lot of interest in one particular Event and the Club wants to increase the potential Customers who attend
* An Admin may want to Delete courts from an Event if:
  * There is less interest in an Event than anticipated and the Club wants to open a court up for other bookings
* For an Admin to add or delete courts from an Event, the Admin would:
  * Click on the Event
  * Navigate to the Settings tab
  * Scroll to the bottom section labeled TABLES ASSIGNMENT
    * If adding courts to the Event
      * Click on the “+ Table” button
      * Select the court name
      * Notice the court is added to the Event
    * If deleting courts from the Event
      * Click on the three vertical dots next to the court name
      * Select the option Release table
      * Notice the court is deleted from the Event
* The video below shows this process:

{% embed url="<https://www.loom.com/share/dc014e927cb04115a8ca2150e760801c?sid=a79af0ec-7dab-456a-8e12-dbf31b25fbb6>" %}

* ***Please note***: when clicking on the three vertical dots next to the court name, the Admin also have the ability to:
  * Unlock table = this means the court is not locked any more, allowing the PodPlay court assignment algorithm to move the Event on this court to another court, should the algorithm deem it valuable to do so
    * To learn more, read about:
      * [**Algorithmic Court Assignment (4th subheader in the article, The PodPlay Advanced, Managing Time-Bound Inventory)**](https://help.podplay.app/en/articles/733377)
      * [**Table Assignment Status icons**](broken://pages/q9c1uLyOwV2hh6wdxmdk)
  * Move courts = this means the court is moved from one court to another court
    * This is the same feature as the [**Drag-and-Drop**](broken://pages/7OnwdIAoiH5Vh1hjrTzQ)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.podplay.app/events/sign-up-for-an-event/how-to-add-or-delete-a-court-on-events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
