# Backend event properties

Backend events are workflows that run on the server rather than in the user’s browser. They are configured in the backend workflow editor and can run independently of user interaction.

<table><thead><tr><th width="186.15234375">Event</th><th>Description</th><th>Link</th></tr></thead><tbody><tr><td><strong>API workflow</strong></td><td>API workflows are workflows that run on the server rather than in the browser. They can run in the background, be scheduled for a future time, or be triggered from outside your app entirely.</td><td><a data-mention href="/pages/QT2BQ2gOa929o0uTqX6U">/pages/QT2BQ2gOa929o0uTqX6U</a></td></tr><tr><td><strong>A thing is modified</strong></td><td>Triggers when specific data in the database is changed.</td><td><a data-mention href="/pages/S5WHascKwAS1Jq05tHic">/pages/S5WHascKwAS1Jq05tHic</a></td></tr><tr><td><strong>Recurring event</strong></td><td>Trigger at the a set interval, such as daily, weekly or monthly.</td><td><a data-mention href="/pages/OCOBqNaZqSDRcVbi0o7T">/pages/OCOBqNaZqSDRcVbi0o7T</a></td></tr></tbody></table>


---

# Agent Instructions: 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://manual.bubble.io/core-resources/bubble-workflows/bubble-events/backend-event-properties.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.
