> ## 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 Python SDK, enabling its integration into Python environments.

Follow these steps to get started:

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

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

  <Step title="Configure an AI engine">
    Configure an AI engine in [Python](/sdks/python/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 [Python](/sdks/python/create_model).
  </Step>

  <Step title="Query for predictions">
    Query for predictions in [Python](/sdks/python/get-batch-predictions).
  </Step>

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