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

# Updating Mage

> How to get the latest and greatest from the Mage team.

<AccordionGroup>
  <Accordion title="Docker" icon="Docker">
    ```bash theme={null}
    docker pull mageai/mageai:latest
    ```
  </Accordion>

  <Accordion title="pip/conda" icon="python">
    <CodeGroup>
      ```bash pip theme={null}
      pip install -U mage-ai
      ```

      ```bash conda theme={null}
      conda update mage-ai
      ```
    </CodeGroup>
  </Accordion>
</AccordionGroup>
