| title | Quickstart |
|---|---|
| description | Get Ask Cookbook running on your website in minutes |
Integrate Ask Cookbook into your website quickly and easily.
If you end up here you probably already have an API key :)If you don't have one yet though, please contact us at [tyler@cookbook.dev](mailto:tyler@cookbook.dev) to get started.
Select the integration method that works best for your website:
Add to any website with simple HTML and JavaScript. Integrate with React applications using our npm package. Add to Webflow sites through the dashboard. Integrate with GitBook documentation sites.For most websites, the basic integration is the fastest way to get started:
```html <script src="https://cdn.jsdelivr.net/npm/@cookbookdev/docsbot/dist/standalone/index.cjs.js" defer></script> ```<!-- Add to your <body> -->
<div id="__cookbook" data-api-key="YOUR_API_KEY_HERE"></div>