# Intercept Modes

{% hint style="info" %}
**Configures:** what should Stoobly do with intercepted requests?
{% endhint %}

## Accessing From UI

From the UI, the active intercept mode can be found in the header dropdown button next to **Proxy Mode**. In the following example, the active intercept mode is **Record:**

<div align="left"><figure><img src="https://3980092275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLvhXOE-py5MDUOXDKD%2Fuploads%2Fgit-blob-9a306846a87d90b5448258cf00d9b252bf54a35e%2Frecord-button.png?alt=media" alt="" width="339"><figcaption><p>Stoobly UI header showing Record intercept mode</p></figcaption></figure></div>

## Accessing From CLI

From the CLI, the active intercept mode can be show by running the following command:

```bash
stoobly-agent intercept show
```

## Available Intercept Modes

{% content-ref url="intercept-modes/mocking" %}
[mocking](https://docs.stoobly.com/core-concepts/agent/intercept-modes/mocking)
{% endcontent-ref %}

{% content-ref url="intercept-modes/recording" %}
[recording](https://docs.stoobly.com/core-concepts/agent/intercept-modes/recording)
{% endcontent-ref %}
