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

# Objects

> Every object and enum the Interact tools accept.

## Model tree

<div className="model-tree"><div className="model-tree-scroll"><div className="tree-node"><a href="#interactprofile">InteractProfile</a></div></div></div>

## InteractProfile

Persistent storage profile for interact sessions.

<div className="reference-table">
  | Field                                                        | Type      | Description                                                                                                                                |
  | ------------------------------------------------------------ | --------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
  | `name` <span className="required" title="required">\*</span> | `string`  | A name for the profile. Sessions with the same name share storage. <span className="field-constraints">min length 1; max length 128</span> |
  | `saveChanges`                                                | `boolean` | When true, browser state is saved back to the profile on close. The server applies true when this is absent.                               |
</div>
