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

# Instances

> Executing your work.

Instances are the executable records of your processes. Created from a governed **Template**, an Instance is where work is performed and data is captured. Because it inherits all the rules, fields, and content from its parent Template, every Instance ensures that your workflows are executed with precision, consistency, and full GxP compliance.

# Creating instances

Instances can be made by both managers and operators, via the `\+ New Entity` button in the change set panel, or via a template.

<img src="https://mintcdn.com/seal-d2ca5bea/O6C1bL0chr_GOdL2/images/ScreenCast2025-11-10at9.37.32PM.gif?s=d9b92eb0c7af966faf9093a440acb9e2" alt="Create instances into change sets" title="Create instances into change sets" className="mx-auto" style={{ width:"85%" }} width="2980" height="1242" data-path="images/ScreenCast2025-11-10at9.37.32PM.gif" />

<img src="https://mintcdn.com/seal-d2ca5bea/O6C1bL0chr_GOdL2/images/ScreenCast2025-08-28at5.10.02PM.gif?s=6e1f75cb3d7ff8a36ac6e4761a34a7b9" alt="Screen Cast 2025-08-28 at 5.10.02 PM.gif" width="2584" height="1080" data-path="images/ScreenCast2025-08-28at5.10.02PM.gif" />

# Executing work in an instance

Once you have instantiated your template, you can start carrying out your work. The edits you can make to your instances depend on the permissions you have, and whether strict mode is enabled for that instance.

<Tip>
  Read about content and fields [here](/entity-content/page-content) and [here](/entity-content/fields).
</Tip>

## Computed titles

Instance titles can be controlled in two ways: computed title expressions (set on the template), or a [title formula](/entity-content/formulas#title-and-status-tag-formulas). Title formulas are the preferred approach — they support full Python logic and re-run automatically when their inputs change.

If your template has a computed title or a title formula set up, the title becomes read-only on the instance — you will not be able to edit it manually. Title is only controlled on instances; you can always edit a template's title directly. Hovering over the title will tell you the expression being used.

<img src="https://mintcdn.com/seal-d2ca5bea/O6C1bL0chr_GOdL2/images/Screenshot2025-08-28at17.28.56.png?fit=max&auto=format&n=O6C1bL0chr_GOdL2&q=85&s=c859e7d38a590d47aea906df1dddebd1" alt="Screenshot 2025-08-28 at 17.28.56.png" title="Screenshot 2025-08-28 at 17.28.56.png" className="mx-auto" style={{ width:"73%" }} width="1214" height="338" data-path="images/Screenshot2025-08-28at17.28.56.png" />

Computed titles will appear when all components have a value - in the example used above, the Instance will remain *'Untitled'* until the field `Batch ID` has been filled in. The title will be re-computed every time an edit is made to the entity.

If you have manage permissions, you are able to **remove the computed title**. This turns the title into a regular string title that can be edited by anyone.

<Info>
  This action is reversible. Use the history panel to restore previous values.
</Info>

<img src="https://mintcdn.com/seal-d2ca5bea/O6C1bL0chr_GOdL2/images/ScreenCast2025-08-28at5.55.12PM.gif?s=c1f55cbddf9a9b44bff44db87f0498a7" alt="Screen Cast 2025-08-28 at 5.55.12 PM.gif" width="2980" height="1096" data-path="images/ScreenCast2025-08-28at5.55.12PM.gif" />

## Assignees

If assignees have been set on the template, those users will automatically be assigned to the instance on creation. However, these assignees can be edited on the instance itself by any user.

<img src="https://mintcdn.com/seal-d2ca5bea/O6C1bL0chr_GOdL2/images/ScreenCast2025-08-28at6.24.57PM.gif?s=64093751768b181f755c22a831e9f42b" alt="Screen Cast 2025-08-28 at 6.24.57 PM.gif" width="2968" height="872" data-path="images/ScreenCast2025-08-28at6.24.57PM.gif" />

Assigning users will notify them via email and an inbox notification in Seal. The assignment will be marked as complete when the instance is published.

## Strict mode

Similarly, if Strict Mode has been set on the template, all instances will be created with Strict Mode enabled.

This can be toggled **on** or **off** for any entity by any user in **manage** mode. This also applies to instances that were not created in Strict Mode to begin with, and can be done from the 3 dot menu.

<img src="https://mintcdn.com/seal-d2ca5bea/O6C1bL0chr_GOdL2/images/ScreenCast2025-08-28at6.30.05PM.gif?s=8b54b92c72ee8dce667cf7753dcd234b" alt="Screen Cast 2025-08-28 at 6.30.05 PM.gif" width="2958" height="974" data-path="images/ScreenCast2025-08-28at6.30.05PM.gif" />

<Tip>
  Learn more about what Strict Mode controls in the 'Strict Mode' section [here](/entities/templates).
</Tip>
