> For the complete documentation index, see [llms.txt](https://docs.stoobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoobly.com/core-concepts/agent/intercept-modes.md).

# 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="/files/k3iP3uVpJuhW065QGNvZ" 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="/pages/F4GwOw5lITXWirA20AaR" %}
[Mocking](/core-concepts/agent/intercept-modes/mocking.md)
{% endcontent-ref %}

{% content-ref url="/pages/1TQ2FJxXcNdzBzODBBom" %}
[Recording](/core-concepts/agent/intercept-modes/recording.md)
{% endcontent-ref %}
