Skip to main content

Basic concepts

DocSpace Plugins SDK allows developers to create their own plugins and add them to the DocSpace portal.

This documentation describes:

What plugins can do

Here are some examples of what you can do with ONLYOFFICE DocSpace plugins:

Code samples are available at GitHub.

How to create plugins

To create your own plugin, you need to follow a few steps:

  1. Learn the fundamental concepts for building plugins on the Getting started page and write code that defines the plugin appearance and behavior.
  2. After creating the plugin, build it using the instructions here.
  3. Now you can upload the plugin to the DocSpace portal and use it.