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

# Configure Flow Instance Parameters

export const TITLE = 'Configure Flow Instance Parameters';
export const DESCRIPTION = 'Let your users configure the integration logic for a given flow instance.';

# Configure Flow Instance Parameters

To set flow parameters, patch the `parameters` property of the Flow Instance:

```javascript theme={null}
await membrane.flowInstance(parameters.FLOW_INSTANCE_ID).patch({ enabled: true })
```

<br />

The parameters must match the Parameters Schema you configured for the flow.
