# Testing

To do this, go to <https://demo.dashboard.honei.app/> and enter the credentials provided by our team.

#### To review the catalog import:

Once the server has notified the completion of the import, go to the "Catalogs", "Items", or "Modifiers" section to view all the categories, items, and modifiers imported through the catalog import request. If something is not displayed, you should review the request being made.

#### To review the table import:

Once the server has notified the completion of the import, go to the "Tables" section. There, all the rooms and tables sent should appear. If something is not displayed, you should review the request being made.

#### To submit orders:

Go to the "Tables" section and click on the link of the table you want to place the order for. Open a new browser window and paste the link. From there, you can add all the items you want and send them directly to your POS.\
To validate orders with payments, select the "credit card" payment method and enter the following details: card number "4242424242424242", expiration date "12/32", and security code "123".


---

# 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://integration.honei.app/testing.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.
