Skip to main content

Get started in two steps

Integrate Ask Cookbook into your website quickly and easily.

Step 1: Get your API key

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 to get started.

Step 2: Choose your integration method

Select the integration method that works best for your website:

Basic integration

Add to any website with simple HTML and JavaScript.

React integration

Integrate with React applications using our npm package.

Webflow integration

Add to Webflow sites through the dashboard.

GitBook integration

Integrate with GitBook documentation sites.

Implementation example

For most websites, the basic integration is the fastest way to get started:
<!-- Add to your <head> -->
<script src="https://cdn.jsdelivr.net/npm/@cookbookdev/docsbot/dist/standalone/index.cjs.js" defer></script>
Remember to replace YOUR_API_KEY_HERE with your actual API key.
Having trouble? Contact us at tyler@cookbook.dev for integration support.