---
title: "add(seat:)"
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: "tabletopkit/tablesetup/add(seat:)-a9qw"
---

# add(seat:)

Add the given seat to the table setup.

## Declaration

```swift
mutating func add(seat: some TableSeat)
```

## Parameters

- `seat`: The seat to add.

## See Also

### Adding seats to place players

- [add(seat:)](tabletopkit/tablesetup/add(seat:)-4alrc.md)
- [add(seats:)](tabletopkit/tablesetup/add(seats:)-4068d.md)
- [add(seats:)](tabletopkit/tablesetup/add(seats:)-4asnu.md)
