> For the complete documentation index, see [llms.txt](https://faq.wcpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.wcpos.com/display/products-not-showing.md).

# Why aren’t my products showing?

When setting up WooCommerce POS for the first time it is possible that you run into an error loading the products. If you are experiencing an issue like this - **your first stop should always be the support page**. There is a link to the support page in the menu, top left on the POS screen.

![How to find the Support Page in WooCommerce POS](https://wcpos.com/wp-content/uploads/2014/07/support-screen.png)

On the support page you will see a POS system status report. This will contain tests for the most common problems. If one of the tests fails you will see a red cross on the status report. Please follow the instructions given until you see all green ticks.

![POS System Status](https://wcpos.com/wp-content/uploads/2014/07/pos-system-status1-e1413765214614.png)

If you POS passes all the tests and you are still having problems please send a message using the support form provided. The form will attach your system status report and some other important information that will help us diagnose the problem.


---

# 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://faq.wcpos.com/display/products-not-showing.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.
