> For the complete documentation index, see [llms.txt](https://docs.cwsuite.com/pos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwsuite.com/pos/product-guides.md).

# Product Guides

- [Get Started](https://docs.cwsuite.com/pos/product-guides/get-started.md): The Get Started screen in CW POS provides access to the key features of Add Product, Manage Stores, and Manage Preferences. With this screen, you can get up and running with CW POS in no time.
- [Orders](https://docs.cwsuite.com/pos/product-guides/orders.md)
- [POS Order](https://docs.cwsuite.com/pos/product-guides/orders/pos-order.md)
- [Sales Errors](https://docs.cwsuite.com/pos/product-guides/orders/sales-errors.md)
- [POS Log](https://docs.cwsuite.com/pos/product-guides/orders/pos-log.md)
- [Reports](https://docs.cwsuite.com/pos/product-guides/reports.md)
- [Sales By Product Report](https://docs.cwsuite.com/pos/product-guides/reports/sales-by-product-report.md)
- [Sales By Product Category Report](https://docs.cwsuite.com/pos/product-guides/reports/sales-by-product-category-report.md)
- [Sales By Customer Report](https://docs.cwsuite.com/pos/product-guides/reports/sales-by-customer-report.md)
- [Sales By Payment Mode Report](https://docs.cwsuite.com/pos/product-guides/reports/sales-by-payment-mode-report.md)
- [Daily Sales Report](https://docs.cwsuite.com/pos/product-guides/reports/daily-sales-report.md)
- [Sales Returns Report](https://docs.cwsuite.com/pos/product-guides/reports/sales-returns-report.md)
- [Amount Wise NOB Report](https://docs.cwsuite.com/pos/product-guides/reports/amount-wise-nob-report.md)
- [Hourly Sales Report](https://docs.cwsuite.com/pos/product-guides/reports/hourly-sales-report.md)
- [Sales Tax Report](https://docs.cwsuite.com/pos/product-guides/reports/sales-tax-report.md)
- [Tax Summary Report](https://docs.cwsuite.com/pos/product-guides/reports/tax-summary-report.md)
- [Retail Sales Tax Report](https://docs.cwsuite.com/pos/product-guides/reports/retail-sales-tax-report.md)
- [Dashboards](https://docs.cwsuite.com/pos/product-guides/dashboards.md)
- [Sales Analysis](https://docs.cwsuite.com/pos/product-guides/dashboards/sales-analysis.md)
- [Management Analysis](https://docs.cwsuite.com/pos/product-guides/dashboards/management-analysis.md)
- [Customer Insights](https://docs.cwsuite.com/pos/product-guides/dashboards/customer-insights.md)
- [Customer Return Analysis](https://docs.cwsuite.com/pos/product-guides/dashboards/customer-return-analysis.md)
- [Customers](https://docs.cwsuite.com/pos/product-guides/customers.md)
- [Retail Customer](https://docs.cwsuite.com/pos/product-guides/customers/retail-customer.md): A retail customer is a person or business that purchases goods or services from a store.
- [Products](https://docs.cwsuite.com/pos/product-guides/products.md)
- [Product](https://docs.cwsuite.com/pos/product-guides/products/product.md)
- [Product Catalogue](https://docs.cwsuite.com/pos/product-guides/products/product-catalogue.md)
- [Product Category](https://docs.cwsuite.com/pos/product-guides/products/product-category.md)
- [Brand](https://docs.cwsuite.com/pos/product-guides/products/brand.md)


---

# 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://docs.cwsuite.com/pos/product-guides.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.
