Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.71 KB

File metadata and controls

57 lines (44 loc) · 1.71 KB
title Quickstart
description Get Ask Cookbook running on your website in minutes

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](mailto:tyler@cookbook.dev) to get started.

Step 2: Choose your integration method

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.

Implementation example

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>
Remember to replace `YOUR_API_KEY_HERE` with your actual API key. Having trouble? Contact us at [tyler@cookbook.dev](mailto:tyler@cookbook.dev) for integration support.