Open the menu
    ```html

    Communities : Details

    This interface can be accessed by users who are not part of a community by clicking on the icon or the title of that community. This interface displays the icon, title, description, and privacy level of the community and provides a button to join the community, or request participation, if it is a restricted community.

    Features

    • It is a details interface

    Screens

    Details

    Data

    Community

    • Name(string) : Name of the community.
    • Description(text) : Descriptive text about the community.
    • Image(file) : Cover image of the community.
    • Privacy(integer) : Three levels of privacy are available for communities:
      • Public: Communities with public privacy level are displayed in the list of all communities and any user can join them;
      • Restricted: Communities with restricted privacy level are displayed in the list of all communities, but to join them users must request participation from the community administrators;
      • Private: Communities with private privacy level are not displayed in the list of all communities and users can only join them if they are added directly by a community administrator.
    ```