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

# ML Engines

MindsDB offers a wide range of AI engines used to create models and incorporate them in the data landscape as virtual tables. MindsDB abstracts AI models as virtual tables, or Generative AI Tables, that can generate data from the underlying model upon being queried.

You can create an ML engine with the `CREATE ML_ENGINE` statement.

<Info>
  **Next Steps**

  Below are the links to help you explore further.

  <CardGroup cols={3}>
    <Card title="CREATE ML_ENGINE" icon="link" href="/sql/create/ml-engine">Find out how to create an ML engine.</Card>
    <Card title="ML Engines" icon="link" href="/integrations/ml-engines-overview">Check out available ML engines.</Card>
  </CardGroup>
</Info>
