# Configure Dine-in (QR/Table Numbers)

Setting up QR table ordering lets customers scan table-specific QR codes to browse the menu, place orders, and pay directly from their phones. This streamlines service, reduces errors, and helps avoid long queues by enabling faster ordering.

### Steps:

1. On the Admin Dashboard, navigate to **Settings** > **Services** > **Dine-In.**

<figure><img src="/files/GMRBnlQTME9oZAxdLDFq" alt="" width="563"><figcaption></figcaption></figure>

2. Select the **Tables** tab, then choose between **Add Table** or **Add Multiple Tables**:
   * **Add Table**: Allows you to add one table at a time.
   * **Add Multiple Tables**: Allows you to add several tables at once, which is especially helpful if your restaurant has many tables.

<figure><img src="/files/0Rgmpr1YxeBIzm9ShIIJ" alt="" width="563"><figcaption></figcaption></figure>

3. Enter a **name** for the table based on your preference

<figure><img src="/files/JcyOTv52PpNOwz4iefHO" alt="" width="563"><figcaption></figcaption></figure>

4. You can also add **Table Password**, which adds a layer of security and control to dine-in ordering. It ensures that only customers at a specific table can access and place orders for that table.

<figure><img src="/files/V6GcTUQ5iP5QDTtkJtra" alt="" width="563"><figcaption></figcaption></figure>

5. Once all the tables are added and saved, you can **copy the Order URL** for each table and **paste it into a QR code generator** to create QR codes that customers can scan to place orders directly from their table.

<figure><img src="/files/ueACriDR3w0Vk5E9YQk8" alt="" width="563"><figcaption></figcaption></figure>

6. Check your store to ensure all added tables are displayed correctly.

<figure><img src="/files/Rqq7aPTgJF3Q4jIwSiXv" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="danger" %}
Please email <support@cloudwaitress.com> or use the chat support feature to get assistance managing this feature.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://support.cloudwaitress.com/how-to-guides/configure-dine-in-qr-table-numbers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
