Zope Management Interface (ZMI) ------------------------------- Zope offers a powerful management interface (*ZMI*) for managing your Zope system through a familiar web interface. You can manage Zope through any browser. Zope's management interface is extensible; your own components can plug into it and offer a web UI as well. The ZMI is also replacable -- if you do not want to expose it to your users there's no need to; you can build your own UI for your own application.