# Document

The **Document** view shows a structured summary of your automation, including its overview, execution steps, and input/trigger configuration. Access it by clicking <kbd>Document</kbd> from the automation detail view.

## Inputs and Triggers

Click <kbd>Inputs & Triggers</kbd> in the right panel to configure how the automation receives data and when it runs.

**Automations with inputs** show the **Add Inputs** dialog with two modes:

* <kbd>Add Manually</kbd> -- provide input values each time you run the automation
* <kbd>Add Schedule</kbd> -- run on a recurring schedule (disabled when the automation has required inputs)

<div data-with-frame="true"><figure><img src="https://4162850352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx2dWUsD9HEagjfZqvgHO%2Fuploads%2Fgit-blob-85494e12239d195bb6b402b0ab1fa6730a7397ce%2Fautomation-add-inputs.png?alt=media" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Automations that require inputs cannot be scheduled. To use a schedule trigger, the automation must have no required input fields.
{% endhint %}

**Automations without inputs** show the **Triggers** dialog where you can add a schedule trigger.

<div data-with-frame="true"><figure><img src="https://4162850352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx2dWUsD9HEagjfZqvgHO%2Fuploads%2Fgit-blob-15c72c0c7d7416920b301ebe484b5fbe77f226e7%2Fautomation-triggers-schedule.png?alt=media" alt=""><figcaption></figcaption></figure></div>

### Schedule Trigger

A schedule trigger runs the automation automatically on a recurring basis. Set the frequency (every N days, weeks, or months), select which days, choose a start time and timezone. Presets like **Every 5 mins**, **Hourly**, **Daily**, and **Every Weekday** are available for common schedules.

<div data-with-frame="true"><figure><img src="https://4162850352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx2dWUsD9HEagjfZqvgHO%2Fuploads%2Fgit-blob-843c426a2a2917c4d4ab0ef77df7d025ed7a7baf%2Fautomation-trigger-schedule-setup.png?alt=media" alt=""><figcaption></figcaption></figure></div>

### Webhook and Email Triggers

Webhook and email triggers are configured from the draft editor. See [Drafts](https://docs.kognitos.com/guides/drafts#triggers) for setup instructions.
