> For the complete documentation index, see [llms.txt](https://www.oddle.me/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.oddle.me/docs/help-center/oddle-shop/how-do-i-configure-shop-settings.md).

# How do I configure shop settings?

This article covers two common shop settings: adding your GST Registration Number to order receipts, and linking your shop to your Facebook page.

***

## Add your GST Registration Number

If your restaurant is GST-registered, you can display your GST Registration Number on customer order receipts.

1. In Merchant Admin, go to **Stores** and select your store.
2. Open **Store Information**.
3. Add your GST Registration Number to the store name field — for example: `ION (GST Reg No: 123456789A)`.
4. Click **Save**.

![](/files/qOSYo7aR5CICiMRhMmTQ)

Your GST Registration Number will then appear on all order receipts for that store.

![](/files/3PjGMdFUn1HkEh3myOJE)

***

## Add a Shop Now button to Facebook

Linking your Oddle Shop to your Facebook Business Page makes it easy for followers to go straight to your ordering page.

1. On your Facebook Business Page, go to your cover photo and click **Add a Button**.

![](/files/nunbrAV6FIPuO1Z13RJb)

2. Select **Make a Purchase or Donation**, then choose **Shop Now**.
3. Enter your Oddle Shop URL.
4. Click **Add Button** to save.

![](/files/V3d0Cvb4BfXGlr1Jx8PR)

{% hint style="info" %}
Facebook only allows one button per page. If you already have a button, hover over it and click **Edit Button** to update it.
{% endhint %}

Once set up, consider pinning a post about your online ordering to the top of your page so it's the first thing visitors see.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.oddle.me/docs/help-center/oddle-shop/how-do-i-configure-shop-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
