> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zenamu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Place

> A physical location where classes are held.

Places resolve the `locationId` a [class](/api/objects/class) returns. Fetch the
list once and key it by `_id`.

Archived places are not returned. A class that references an archived place will
have a `locationId` you cannot resolve — fall back to showing no location rather
than treating it as an error.

`address` is always present as an object, but each of `street`, `city`,
`postalCode`, and `country` is independently nullable.

<Note>
  Only classes use places. [Workshops](/api/objects/workshop) carry their own
  address, and online classes have `locationId: null`.
</Note>
