> For the complete documentation index, see [llms.txt](https://readme.directual.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://readme.directual.com/scenarios/event-driven-triggers.md).

# Event-Based Triggers

## Real-time: New Objects

* This scenario reacts to events associated with new objects being created
* When you choose this trigger, the scenario will activate in response to the creation of new objects within your data structure

![](/files/-M6iPbOV6QpYhX7e8YYJ)

## **Real-time: Changed Objects**

* This scenario responds to [events ](/scenarios/principles-of-scenarios/directual-event-model.md)related to objects that have been modified or edited
* You have the flexibility to select specific fields that must change to trigger the scenario. If no fields are selected, the scenario will trigger in response to any change made to the object

![](/files/-M6iPhLKX4W90VEG5vXg)

![](/files/-M6iO6kc6Hn_rCJLziSW)

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://readme.directual.com/scenarios/event-driven-triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
