# ISign Entry point interface. Provides access to the `INametagManager`. --- ## Source ```java package gg.lode.sign.api; import gg.lode.sign.api.nametag.INametagManager; public interface ISign { INametagManager getNametagManager(); } ``` --- ## Related Pages - [[Sign/API/SignAPI]] — static accessor that delegates to this interface - [[Sign/API/INametagManager]] — returned by `getNametagManager()`