---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
  - property: og:type
    content: article
  - property: article:section
    content: Uncategorized
  - property: og:title
    content: Plugin platform
  - property: article:tag
    content: Navigation
alternate:
  - https://yandex.ru/support/tracker/en/plugins/index.md
  - https://yandex.ru/support/tracker/ru/plugins/index.md
  - href: en/plugins/index.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/tracker/en/llms.txt



::: page-constructor
blocks:
  - type: header-block
    resetPaddings: true
    title: Plugin platform
    description: |

      The plugin platform lets you extend Tracker capabilities with self-contained modules without modifying the core of the service.

  - type: card-layout-block
    resetPaddings: true
    children:

      - type: basic-card
        title: About the plugin platform
        text: Learn about the plugin platform capabilities
        url: one-pager.md

      - type: basic-card
        title: Quick start
        text: Create your first plugin in five minutes.
        url: quickstart.md

      - type: basic-card
        title: How the platform works
        text: |
         Learn about the technical structure of the platform: iframe, SDK, manifest, permissions, storage, and external APIs.
        url: common.md

      - type: basic-card
        title: Development tools
        text: Use the CLI, SDK, and component library.
        url: tools/index.md

      - type: basic-card
        title: Working with the API
        text: Read and modify Tracker data from your plugin.
        url: publicApi.md

      - type: basic-card
        title: Integration points
        text: Integrate plugins into the Tracker interface using slots.
        url: slots/index.md

      - type: basic-card
        title: Design guidelines
        text: Design your plugins to match the Tracker style.
        url: design.md

      - type: basic-card
        title: Publishing a plugin
        text: Learn how to prepare your plugin for publishing in the catalog.
        url: publish.md

      - type: basic-card
        title: Questions and answers
        text: Find answers to your questions and explore ready-made examples.
        url: examples.md

  - type: content-layout-block
    size: s
    textContent:
      text: "\_"

:::