Open the menu
    ```html

    Contacts : List

    List of registered contacts.
    By default, all registered contacts are displayed. Through the alphabetical list, you can filter contacts for easier location. You can also use the "Search" field to find a contact by providing part (using *) or the entire word corresponding to the information of the desired contact. This way, contacts that fully or partially match the search will be displayed.

    Screens

    List

    Data

    contact

    • Name(string)
    • Surname(string)
    • E-mail(E-mail)
    • Business Phone(string)
    • Home Phone(string)
    • Mobile(string)
    ```