# Integrating AI Twin

## Embed on your site

Use an iframe or our floating patterns on personal sites, landing pages, and portfolios.

### URL parameters

| Parameter | Effect |
|-----------|--------|
| `embed` | Hides side chrome, footer, auto-disclaimer — cleaner embed |
| `hideQuestions` | Hides example question chips |

**Full UI:**
```
https://hi.speak-to.ai/your-name
```

**Embed mode:**
```
https://hi.speak-to.ai/your-name?embed
```

**Embed without example questions:**
```
https://hi.speak-to.ai/your-name?embed&hideQuestions
```

### iframe example

```html
<iframe
  src="https://hi.speak-to.ai/your-name?embed"
  width="100%"
  height="600"
  style="border:0;border-radius:12px;"
  allow="clipboard-write"
  title="AI Twin chat"
></iframe>
```

Ensure your site's Content-Security-Policy allows frames from `hi.speak-to.ai`.

---

**Next:** [Embedded links (video, calendar)](/guide/ai-twin-owners/embedded-links)
