# High Impact configuration

High impact configuration is for you as a publisher that have specific needs for how the high impact formats should be rendered on your page. You might for instance need to have a max height for the ad. In order to do that you can add this to your page:

```html
<script src="https://assets.adnuntius.com/aim.js" async></script>

// Script below is optional if you need to do any changes to the height of the fullscreen
<script>
  window.aim = window.aim || {
    fullScreen: {
      maxHeight: 680
    }
  }
</script>
```

This will set the max height to 680px, if you omit this, it will default to 100% of the window height.


---

# 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.adnuntius.com/adnuntius-high-impact/high-impact-configuration.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.
