> 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

**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.

![](/files/DsXSdsTYRLB3Xh5z8xL7)

* 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.
