> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.HostSoundSlotId.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias HostSoundSlotId

```typescript
HostSoundSlotId:
    | "app-open"
    | "app-close"
    | "palette-toggle"
    | "chat-toggle"
    | "notify"
    | "error"
    | "permission-ask"
    | "chat-complete"
    | string & {}
```

The closed, host-owned v1 slot vocabulary. The host may add slots in later releases, so treat `targets()` as the runtime authority; unknown slot ids are rejected by the host.
