# Event Interest Removed

**Introduction**\
The "Event Interest Removed" trigger activates when a user's interest in a scheduled event is removed, such as when they indicate they no longer plan to attend an event they previously showed interest in. This trigger does not require additional configuration and is particularly useful for managing event participation and follow-ups.

**Configuration**\
This trigger does not require any specific configuration. It automatically monitors for any changes in event interest within the guild.

**Variables**

1. **Event**: The scheduled event from which a user's interest was removed.
2. **User**: The user who removed their interest from the event.

**Usage**\
Ideal for tracking changes in event attendance, sending reminders or follow-up messages to users who have changed their interest status, or updating event planning details based on current interest levels.


---

# 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://docs.flexy.bot/modules/discord/triggers/event-interest-removed.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.
