> ## Documentation Index
> Fetch the complete documentation index at: https://hoopdev-docs-changelog-1-43-2.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-docs-changelog-1-43-2/J5RBvk3PVREHai2j/images/learn/jit-reviews-1.png?fit=max&auto=format&n=J5RBvk3PVREHai2j&q=85&s=880ff953327b55f438e7cd36a2c03e7d" 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-docs-changelog-1-43-2/J5RBvk3PVREHai2j/images/learn/jit-reviews-2.png?fit=max&auto=format&n=J5RBvk3PVREHai2j&q=85&s=79f564a6d5aaca7dd4641d1e697cc254" 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>
