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

# Overview

MindsDB provides JavaScript SDK, enabling its integration into JavaScript environments.

Follow these steps to get started:

<Steps>
  <Step title="Set up the development environment">
    For JavaScript, [install the package](/sdks/javascript/installation).
  </Step>

  <Step title="Connect a data source">
    Connect a data source in [JavaScript](/sdks/javascript/create_database).<br />
    Explore all available [data sources here](/integrations/data-overview).
  </Step>

  <Step title="Configure an AI engine">
    Configure an AI engine in [JavaScript](/sdks/javascript/create_ml_engine).<br />
    Explore all available [AI engines here](/integrations/ai-overview).
  </Step>

  <Step title="Create and deploy an AI/ML model">
    Create and deploy an AI/ML model in [JavaScript](/sdks/javascript/create_model).
  </Step>

  <Step title="Query for predictions">
    Query for predictions in [JavaScript](/sdks/javascript/batchQuery).
  </Step>

  <Step title="Automate customized workflows">
    Automate tasks by scheduling jobs in [JavaScript](/sdks/javascript/create_job).
  </Step>
</Steps>
