> For the complete documentation index, see [llms.txt](https://docs.maitredpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maitredpos.com/maitred/maitred-online-help-contents-by-module/point-of-sale-control/screens/command-and-types-list/type-list.md).

# Type List

### Type <a href="#type" id="type"></a>

Enable a function for this button. See the following table for the different functions available for different buttons.

&#x20;

| **Type**                        | List of available commands per type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Items, Course, Discount**     | Course, Discount, Item, Item Class, Mode, Mode description, Preferential screen, Preferential screen description, Revenue center description, Revenue center, Revenue center switch, Variable list.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **Main Commands, Command List** | Cash payment, Close, Command list, Exit \| Clear, Go client, Media Select, Print, Punch clock, Reading, Send, Table, Waiter.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Items Commands**              | Add \| Reorder, Client adjustment, Display recipe, Item Availability, Item property, Item Recipes, Item Waste, Less \| Void, Manual bar code, Next dollar, Order time \| Price, PLU (Order by PLU number), Price override, Quantity selection, Re-order last round, Set number of customers, Split item, Upsize, Void order.                                                                                                                                                                                                                                                                                                          |
| **Check Commands**              | Check redistribution, Credit card number entry, Do Combo, Print Current Customer, Skip order detail on check, Split check, Undo Combo, Void check, Waste Sale Item.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **Delivery Commands**           | Delivery credit, Delivery customer selection, Delivery history, Delivery last order recall, Delivery order time, Delivery pre-order recall, Delivery warranty.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| **Scroll Commands**             | Next client, Next preferential screen, Previous client, Previous preferential screen, Scroll order down, Scroll order up.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Other Commands**              | Alternate \| Regular, A/R customer name on kitchen chit, Assign name to table, Balance the bar interface, Break-In, Close all trays, Clear fast order, Combo Screen Suggestion, Compiled, Count Customer, Count Item, Display Customer Count, Delivery \| Pickup List, Delivery \| Pickup Switch, Display the current time, Employee function, External command, Fire, Food runner, Frequent Diner Selection, General Message, Hold, No sale, Ord by Bar Controller \| Ord by POS, Park Table, Preferential screen selection, Print last check, Remark on request, Status, Substitution List, Takeover \| Release, Transaction timer. |
| **All Commands**                | To have the list of all available commands.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |


---

# 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.maitredpos.com/maitred/maitred-online-help-contents-by-module/point-of-sale-control/screens/command-and-types-list/type-list.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.
