# Lures

### Commands for Lures

**`!lure`**  is the command used to filter for all lure types

| Filter            | Example                 | Description                                                                           |
| ----------------- | ----------------------- | ------------------------------------------------------------------------------------- |
| normal            | !lure normal d1000      | Notifies of all normal lure types within 1000 meters radius of your defined location. |
| glacial           | !lure glacial           | Notifies of all glacial lures in the areas you have assigned.                         |
| mossy             | !lure mossy             | Notifies of all mossy lures in the areas you have assigned.                           |
| magnetic          | !lure magnetic          | Notifies of all magnetic lures in the areas you have assigned.                        |
| rainy             | !lure rainy             | Notifies of all rainy lures in the areas you have assigned.                           |
| everything        | !lure everything        | Notifies of all lure types in the areas you have assigned.                            |
| remove            | !lure remove normal     | Removes the Normal type of lures from the notifications.                              |
| remove everything | !lure remove everything | Removes all Lure types from the notifications.                                        |


---

# 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.pokevagos.com/pokevagos-docs/discord-notifications/lures.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.
