> ## Documentation Index
> Fetch the complete documentation index at: https://hoopdev-fix-add-missing-mechanic-for-session-download-button.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Just-in-Time Reviews Configuration

## Time-based Sessions (JIT)

When a connection is enabled, the user can interact with the connection based on the requested time.

The command below asks for a 10 minutes access to the connection bash'

```bash theme={null}
$ hoop connect bash --duration 10m
⣷ waiting session to be approved at https://use.hoop.dev/plugins/reviews/73a28154-58...
```

After approval, the user can connect again without prompting for review for 10 minutes.

## Configuration

Access the Web Client and navigate to the Reviews area inside "Manage".

<Frame>
  <img src="https://mintcdn.com/hoopdev-fix-add-missing-mechanic-for-session-download-button/sFiCJBagbVJ6Ho5V/images/learn/jit-reviews-1.png?fit=max&auto=format&n=sFiCJBagbVJ6Ho5V&q=85&s=1becc6897f76554310c46b3d1fe45bb8" width="1688" height="856" data-path="images/learn/jit-reviews-1.png" />
</Frame>

Activate the connection you want to configure Review and then hit "Configure".

<Frame>
  <img src="https://mintcdn.com/hoopdev-fix-add-missing-mechanic-for-session-download-button/sFiCJBagbVJ6Ho5V/images/learn/jit-reviews-2.png?fit=max&auto=format&n=sFiCJBagbVJ6Ho5V&q=85&s=76ddc56f1af0ddf56aec6e6df6593f91" width="1692" height="785" data-path="images/learn/jit-reviews-2.png" />
</Frame>

Select the groups you want to review commands in that connection and click save.

<Warning>
  Selecting multiple groups will require all groups to approve the command before execution.
</Warning>
