# Iframe injection

Our SDK relies on iframe with NuFi content being injected into your page. In order for it to function correctly we need that you:

* Do not block iframe injection using CSP (Content security policy) `frame-src` directive
  * If using `frame-src` directive, please include `https://*.nu.fi` within it
* Do not block iframe injection using any other unreasonably strict CSP setup


---

# 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://nufi.gitbook.io/developer-docs/metamask-snap-cardano-wallet/instructions/iframeinjection.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.
