Open the menu
    ```html

    Synonyms: Add synonyms

    Allows adding synonyms used by the search service

    Features

    • It is an administration interface

    Screens

    Add synonyms
    • Title (string, required field, maximum length: 255) : Identifying title of the synonym. This title is used only to facilitate content identification by the publisher. It is not used by the search service.
    • Language (string, required field, maximum length: 10) : Language of the synonym.
    • Word (string, required field, maximum length: 50) : Synonymous words. It must have at least two words and each word must start with a letter, must only contain alphanumeric characters, '-' and '_' and must not exceed 50 characters.

    Permissions

    • Edit instance service content: Allows managing all data of this service instance with publisher profile.

    Actions

    • commit
    ```