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

# Export Model

> Export models from a notebook so they can be imported and used in other notebooks or teams.

## Description

Export models from a notebook so that they can be imported and used in other notebooks.

***

## Application

Within a notebook you can generate regression models as part of your workflow. You may want to import these models into another notebook for other use-cases. The export function allows you to export a model for use in another notebook or to all teams on the platform.

***

## How to use

* In the **Models** field, select from the available models in the current notebook that you want to export.
  * You can select one or multiple models.
  * If there is only one model present in the notebook, this field is automatically populated with that model.
* For each model selected, a new field will appear called **Export Name for \{Model Name}**.
  * This field is automatically populated with the name of the model prefixed with the word "Global", such as "Global Neural Network."
  * You can enter a new export name for the model by editing this field.
  * This export name will be used to reference this model within the platform and when importing the model into another notebook.
  * This name must be unique within the platform otherwise when clicking apply, the step will return an error to say the name is already in use.
* If you tick 'Export to all teams' the model will be available in all teams on the platform, not constrained to the team it was trained in
* Click on **Apply: Export Model** to complete the export.

<img src="https://mintcdn.com/coreweave-dbfa0e8d/QRLrBgwZtalbZXz3/monolith-ai/_media/Export-Model-1.png?fit=max&auto=format&n=QRLrBgwZtalbZXz3&q=85&s=e87f70a55575fff5df228af46236705e" alt="Export Model step with Neural Network selected, an export name field, and the Export to all teams checkbox" width="1364" height="362" data-path="monolith-ai/_media/Export-Model-1.png" />

## More on this step

This model export function is compatible with any type of model that can be generated in the Monolith platform.

This does not export models for use outside the Monolith platform, but makes the model available for importing into other notebooks/teams within the platform. It will appear in the available list of models referenced by its **Export Name** when using the [Import Global Model](/monolith-ai/1814202833/Import+Global+Model) function. Once exported, the model will appear in the [data manager](/monolith-ai/1814202920/Data+Model+Management) and can be accessed via the Import Global Model function.
