# Page Not Found

The URL `blogs/can-i-customize-menu-items-and-pricing-on-` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Can I customize menu items and pricing on a POS system for my ice cream shop?](https://shopifypos.gitbook.io/shopify-pos/blogs/can-i-customize-menu-items-and-pricing-on-a-pos-system-for-my-ice-cream-shop.md)
- [Can I customize the layout of the POS system for my craft show booth?](https://shopifypos.gitbook.io/shopify-pos/blogs/can-i-customize-the-layout-of-the-pos-system-for-my-craft-show-booth.md)
- [Can a multi-store POS system generate location-specific reports?](https://shopifypos.gitbook.io/shopify-pos/blogs/can-a-multi-store-pos-system-generate-location-specific-reports.md)
- [Can I manage multiple smoke shop locations with one POS system?](https://shopifypos.gitbook.io/shopify-pos/blogs/can-i-manage-multiple-smoke-shop-locations-with-one-pos-system.md)
- [How do I use Shopify POS to count physical inventory?](https://shopifypos.gitbook.io/shopify-pos/blogs/how-do-i-use-shopify-pos-to-count-physical-inventory.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://shopifypos.gitbook.io/shopify-pos/blogs/can-i-customize-menu-items-and-pricing-on-a-pos-system-for-my-ice-cream-shop.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.

### Option 2 — Browse the documentation index

Full index: https://shopifypos.gitbook.io/shopify-pos/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://shopifypos.gitbook.io/shopify-pos/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/shopify-pos/blogs/can-i-customize-menu-items-and-pricing-on-a-pos-system-for-my-ice-cream-shop.md`).

You may also use `Accept: text/markdown` header for content negotiation.
