---
title: Introduction
description: Discover Storyblok's documentation with comprehensive developer guides, user manuals, API references, and examples to help you get the most out of the headless CMS platform.
url: https://storyblok.com/docs/plugins/field-plugins-legacy
---

# Introduction

  

> [!WARNING]
> The articles in this series describe the legacy field plugin API that is tightly coupled to Vue v2.5.2. To create field plugins with other frameworks, see the [new field plugin SDK](/docs/plugins/field-plugins).

Field plugins allow you to define customized field types, such as a color picker or a Google Maps location selector. Essentially, a field plugin is a [Vue.js 2.5.2](https://vuejs.org/v2/guide/) component extended with a few helpers in the `window.Storyblok.plugin` variable.

To create a new field plugin, go into the Partner Portal and click on **Field-types**. Create a new field type by clicking the **New** button. Enter a [unique name slug](https://www.storyblok.com/faq/why-is-my-plugin-name-already-taken). Afterward, you should be redirected to the Plugin Editor.

You can also create personal field plugins only visible to you by navigating to your **Account** and clicking on **Plugins**. Create a new field plugin by clicking the **New** button.

## Pagination

-   [Previous: OAuth 2.0 Authorization Flow](/docs/plugins/oauth-authorization-flow)
-   [Next: Local development](/docs/plugins/field-plugins-legacy/local-development)
