> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nuwaviz.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick start

We provide a quick and easy integration to partner websites via an iframe.

To intagrate Nuwa into your app simply add the following in your app:

```
<iframe
  src="https://app.nuwaviz.com/solana
  width="100%"
  height="100%">
</iframe>
```

To render the view for a particular wallet use the following

```
<iframe
  src="https://app.nuwaviz.com/solana/<wallet_address>
  width="100%"
  height="100%">
</iframe>
```
