> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickblox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Chatbot samples

> Choose the code sample below and head to GitHub repositories to explore and clone it. Go over the relevant documentation for more details.

<CardGroup>
  <Card title="Simple Bot Sample App" icon="js">
    <a className="inline-link" href="https://github.com/QuickBlox/quickblox-javascript-sdk/tree/gh-pages/samples/chat%5Fbots/simple%5Fbot">
      <Icon icon="github" /> View on GitHub
    </a>

    <br />

    <a className="inline-link" href="/sdks/js-quick-start">
      <Icon icon="book" /> Documentation
    </a>
  </Card>

  <Card title="RiveScript Bot Sample App" icon="js">
    <a className="inline-link" href="https://github.com/QuickBlox/quickblox-javascript-sdk/tree/gh-pages/samples/chat%5Fbots/rivescript">
      <Icon icon="github" /> View on GitHub
    </a>

    <br />

    <a className="inline-link" href="/sdks/js-quick-start">
      <Icon icon="book" /> Documentation
    </a>
  </Card>
</CardGroup>
