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

# Trigger forms

> Offer users input forms to launch an agent from a structured set of properties

### Create form

Creating a trigger form works similarly to adding fields to a tool review. Add a trigger form to an agent on its details page.

<img src="https://mintcdn.com/gotohuman/V7vXOF0y9-ASap_X/images/img/docs-manual-triggers-menu.jpg?fit=max&auto=format&n=V7vXOF0y9-ASap_X&q=85&s=8281d3c7344aa91cfdfdf5fa35bb5d54" alt="gotoHuman - Manual triggers" width="559" height="304" data-path="images/img/docs-manual-triggers-menu.jpg" />

### Webhook

Trigger form submissions are sent to your [**agent webhook**](/agent-setup#agent-webhook). When a reviewer submits the form, gotoHuman posts a `event: "trigger.submitted"` event to your endpoint. See [Webhook events](/webhooks) for the full payload shape.

### Accessing the form

#### Inbox UI

Every trigger form adds a button to your team's Agent Inbox, so it's easily accessible.

<img src="https://mintcdn.com/gotohuman/V7vXOF0y9-ASap_X/images/img/docs-manual-trigger-button.jpg?fit=max&auto=format&n=V7vXOF0y9-ASap_X&q=85&s=3ad5e5825a9038210c97c59cc93b0a7d" alt="gotoHuman - Manual triggers" width="1278" height="371" data-path="images/img/docs-manual-trigger-button.jpg" />

#### Static Link

The trigger form is accessible under a static URL, so it can be easily bookmarked and shared with other people added to your team.

<Note>
  Note, that the trigger form is currently only accessible in our authenticated environment, and not available to [external reviewers](/web-ui#external-reviewers).
</Note>
