Open the menu
    ```html

    Newsletter: Category Administration

    In this interface, it is possible to register, edit, and remove categories

    In the administrative scope, a category is responsible for selecting the contents of a newsletter and sending them to the templates.
    For the end user, categories are like mailing lists that can be subscribed to receive related newsletters.

    Features

    • This is an administration interface

    Screens

    Category Administration

    Data

    category

    • Name(string) : Display name of the category.
    • Position(integer) : Indicates the display position of the category in the list of categories.

    Links

    Permissions

    • Manage: Allows managing models, categories, schedules, and subscriptions of the service instance.

    Actions

    • Delete Category : Permanently removes the selected categories.
    • Duplicate
    ```