> ## Documentation Index
> Fetch the complete documentation index at: https://trigger-v3-fix-additional-files.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Triggers: Introduction

We currently support five types of Triggers: Manual Invoke, Events, Scheduled, HTTP, and Integration Webhooks. You can use any of these to start a Job Run.

<CardGroup>
  <Card title="Invoke" icon="bolt" href="/documentation/concepts/triggers/invoke">
    Run your Job manually by using `Job.invoke()`
  </Card>

  <Card title="Event" icon="brackets-curly" href="/documentation/concepts/triggers/events">
    Run your Job when you send events with data
  </Card>

  <Card title="Scheduled" icon="calendar" href="/documentation/concepts/triggers/scheduled">
    Run a Job on a repeating schedule
  </Card>

  <Card title="Integration webhooks" icon="puzzle-piece-simple" href="/documentation/concepts/triggers/webhooks">
    Easily subscribe to realtime API changes using integrations
  </Card>

  <Card title="HTTP" icon="webhook" href="/documentation/concepts/triggers/http">
    Trigger your Jobs in realtime when events happen in APIs
  </Card>

  <Card title="DynamicTrigger & DynamicSchedule" icon="code" href="/documentation/concepts/triggers/dynamic">
    Create Triggers and Schedules with dynamic settings
  </Card>
</CardGroup>
