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

# Stream Dine-in: Tables

> How storekit in-store orders reach Stream: the dine_in fulfilment type, which table identifier is sent, and how table names appear on the ticket.

Stream has no floor plan to import — tables and areas are created in storekit, as described in [Dine-in Tables](/docs/guides/fulfillment/dine-in-tables), and storekit tells Stream which table an order came from when it sends the order.

## What Stream Receives

For an order placed from a table QR code (**In Store**), storekit sends Stream:

* the fulfilment type `dine_in`
* the table number — the table's number if one is set in storekit, otherwise its name
* the customer's name as *\<table name> (\<customer name>)*, and the customer's note prefixed with *Table \<table name>*, unless the store has an **Order Note Template** (in which case the template controls the note and the customer name is sent as entered)

<Note>
  The **POS ID** on a storekit table is not used for Stream orders. Stream receives the table number or name shown to customers, so keep those matching the labels your POS expects.
</Note>

## Pay at Table

Stream does not support adding an order to an existing POS bill or paying a POS bill through storekit. Every in-store order — including orders placed in an area that accepts pay-at-table — is sent to Stream as a new, paid `dine_in` order with the table number, and appears at the POS as its own ticket.

## Next Steps

<CardGroup cols={2}>
  <Card title="Dine-in Tables" icon="chair" href="/docs/guides/fulfillment/dine-in-tables">
    Create tables and areas and print QR codes
  </Card>

  <Card title="Orders" icon="receipt" href="/docs/guides/integrations/pos/stream/orders">
    Everything else that's in a Stream order
  </Card>
</CardGroup>


## Related topics

- [Dine-in: Tables](/docs/guides/integrations/pos/comtrex/dine-in.md)
- [Dine-In (Pay at Table)](/docs/getting-started/store-types/dine-in-pay-at-table.md)
- [Syrve Dine-in: Table Orders](/docs/guides/integrations/pos/syrve/dine-in.md)
- [Toast Dine-in: Floor Plan & Tables](/docs/guides/integrations/pos/toast/dine-in.md)
- [Lightspeed Dine-in: Floor Plan & Tables](/docs/guides/integrations/pos/lightspeed/dine-in.md)
