## Overview

ServiBot is an AI chatbot that helps businesses with customer service through a very smart and conversational chatbot.
<br />

## Install the SDK:

`npm i servibot`<br />

## Command for Running ServiBot Chatbot:

`<ServiBot id = {API_KEY} />`<br /><br />

## Example (Next.js):

If you are using it on a platform like Next.js, you can include the code as such in the <b>layout.js</b> file:<br/>

```javascript
import ServiBot from "servibot";

export default function RootLayout({ children }) {
  return (
    <html lang="en">
      <body>
        <ServiBot id="API_KEY" />
        {children}
      </body>
    </html>
  );
}
```

<br/>

## Where to find API Key?

You can find the API Key on our official website at <a href = "https://servibot.io" passHref target = "_blank">https://servibot.io</a><br/><br />

## Additional Questions

If you have any questions please feel free to use our website (<a href = "https://servibot.io" passHref target = "_blank">https://servibot.io</a>) or contact us at servibotofficial@gmail.com<br /><br />
Thank you for using our API. We are actively trying to improve it; if you have any feedback please feel free to tell it to us by emailing us at our email.
