> ## 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.

# Automation

MindsDB enables you to automate AI workflows and get real-time predictions utilizing all available data.

/

<Info />

<Accordion title="New Accordion" icon="sparkles">
  Hi
</Accordion>

|   |   |   |
| - | - | - |
|   |   |   |
|   |   |   |

<Accordion title="New Accordion" icon="sparkles">
  Justin
</Accordion>

<Info>
  callouts
</Info>

You can schedule jobs to regularly check for new data and perform operations on it, including finetuning models or making predictions. We recommend checking out the [Twitter chatbot tutorial](/sql/tutorials/twitter-chatbot) to learn more.

<Info>
  **Next Steps**

  Below are the links to help you explore further.

  <CardGroup cols="3">
    <Card title="CREATE JOB" icon="link" href="/sql/create/jobs">
      Custom SQL syntax.
    </Card>

    <Card title="db.jobs.insertOne()" icon="link" href="/mongo/jobs/insertOne">
      Custom Mongo-QL sytax.
    </Card>

    <Card title="project.create_job()" icon="link" href="/sdk_python/create_job">
      Directly from Python.
    </Card>
  </CardGroup>
</Info>
