> ## Documentation Index
> Fetch the complete documentation index at: https://help.getvero.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vero Developer Guide

<Frame>
  <img src="https://mintcdn.com/vero-c561507b/R2xGI5eUTuHDxRWw/overview.svg?fit=max&auto=format&n=R2xGI5eUTuHDxRWw&q=85&s=fbf09f623876a1152b157144550ae3d6" alt="Vero platform overview" width="968" height="365" data-path="overview.svg" />
</Frame>

Vero is a customer engagement platform for product and marketing teams at B2C and product-led B2B businesses. Vero works best for post-signup use cases where you have a solid, clear "identifier" for the users of your software.

## Start here

<CardGroup>
  <Card title="Getting Started" icon="rocket" href="/developer-docs/getting-started">
    Install the SDK, identify users, and track your first event.
  </Card>

  <Card title="Platform Concepts" icon="sitemap" href="/developer-docs/platform-core-concept">
    Understand how Users, Events, and Campaigns work together in Vero.
  </Card>
</CardGroup>

## SDKs and APIs

<CardGroup>
  <Card title="JavaScript SDK Reference" icon="js" href="/developer-docs/javascript-sdk">
    Full reference for all methods in the JavaScript/TypeScript SDK.
  </Card>

  <Card title="Community SDKs" icon="users" href="/developer-docs/community-sdks">
    Official and community-maintained libraries for Ruby, PHP, and more.
  </Card>

  <Card title="Track REST API" icon="bolt" href="/api-reference/track/overview">
    Track user profiles and events server-side from any language.
  </Card>

  <Card title="Campaigns REST API (Preview)" icon="paper-plane" href="/api-reference/campaigns/overview">
    Configure and manage campaigns, templates, and other data programmatically.
  </Card>
</CardGroup>

<Info>
  **We want your feedback!** The Campaigns REST API is currently in preview. We'd love to hear how you plan to use it. Send your feedback to [support@getvero.com](mailto:support@getvero.com).
</Info>

## More integrations

<CardGroup>
  <Card title="Webhooks" icon="webhook" href="/developer-docs/webhooks">
    Receive real-time notifications about message events and user activity.
  </Card>

  <Card title="Configuring Delivery Providers" icon="envelope" href="/developer-docs/configuring-delivery-providers">
    Set up and manage your email and SMS delivery providers.
  </Card>

  <Card title="Legacy JavaScript SDK" icon="clock-rotate-left" href="/developer-docs/legacy-javascript-sdk">
    Documentation for the legacy m.js SDK.
  </Card>
</CardGroup>
