> For the complete documentation index, see [llms.txt](https://docs.langstack.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.langstack.com/welcome/get-started/learn-langstack/using-triggers.md).

# Using Triggers

Get acquainted with creating Triggers for data in Entities.

**This section explores triggers and their applicability to Entity records. By the end of this section, you will be able to create triggers for created, updated, and deleted entity records.**

## Triggers

* Triggers are events that users can define to be initiated after a record is created, updated, or deleted in an entity.&#x20;
* Triggers are defined within the Entity template under the Triggers tab.

![](https://2351945889-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVoxOh7gdjWdmqooFdYBY%2Fuploads%2FC9BGE0yuxXHMUAIfLRNx%2FTriggers1.png?alt=media\&token=1f10f23d-dbef-4d43-8b98-e121eb758417)

* Triggers are of 3 types:&#x20;
  * After Create: An After Create trigger can be defined to initiate actions after a record is created.&#x20;
  * After Update: An After Update trigger can be defined to initiate actions after a record is updated.&#x20;
  * After Delete: An After Delete trigger can be defined to initiate actions after a record is deleted.&#x20;
* Triggers contain predefined variables based on the type of trigger.&#x20;
* Users can define additional variables as required.
