> For the complete documentation index, see [llms.txt](https://nwguide.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nwguide.gitbook.io/main/basics-of-neverwinter/stat-system-in-basic/gameplay-mechanics/avoiding-big-attacks.md).

# Avoiding Big Attacks

Many monsters are charging big attacks that do not display a red area. They will hit everyone in front of them when they release their attack. And they often hurt a lot. It requires a bit of attention, but you can easily know when a big attack is coming. The monster will always have an animation, like raising their sword, and will remain idle for one or two seconds before releasing their attack. During this time, you can simply move on one side of the monster, or away from the monster, to avoid the attack entirely (no need to dodge). Big attacks with no red area are almost always targeting a very small area in front of the monster. The giants and polar bears in Fangbreaker Island are a pretty good example of monsters whose attacks you can avoid by moving around them : just spot when they are raising their weapon or claws and you will be safe if you move rapidly.

{% embed url="<https://www.youtube.com/watch?v=x2kAW9Wcrrs>" %}


---

# 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://nwguide.gitbook.io/main/basics-of-neverwinter/stat-system-in-basic/gameplay-mechanics/avoiding-big-attacks.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.
