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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/modeling/develop/shared-extensions/settings",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Managing extension model settings

> Update the settings on a shared extension model, including Allow exploration and isolated branches.

After a [shared extension model](/modeling/develop/shared-extensions) is created, you can update its settings from the model IDE.

## Requirements

* A [shared extension model](/modeling/develop/shared-extensions)
* **Connection Admin** or **Modeler** permissions on the shared extension model

## Updating extension settings

<Steps>
  <Step>
    Click **Develop** in the left navigation and open the extension model.
  </Step>

  <Step>
    In the model IDE, click **Model > Extension settings**.
  </Step>

  <Step>
    Adjust the [available settings](#available-settings) as needed.
  </Step>

  <Step>
    Click **Update**.
  </Step>
</Steps>

## Available settings

### Allow exploration

Controls whether users can build new analyses off the extension model.

* **Enabled** - The extension model appears in the list of available models when creating a new analysis.
* **Disabled** - The extension model is hidden from the new analysis model selector, and the options for creating a new analysis are also disabled from within the extension's model IDE.

### Use isolated branches

Scopes branches to the extension model, keeping them separate from the parent shared model's branches. Refer to the [Extension branches guide](/modeling/develop/shared-extensions/extension-branches) for more information on branch workflows.
