# enable deep-link

Learn how to enable deep link support.

This command enables [deep link](/reference/cli/deep-links) support for your project. Once enabled, you can run CLI commands directly from the browser and use the [open](/reference/cli/commands/open) command to open deep links.

## Usage

This command has the following syntax:

```sh
croct enable deep-link
```

## Example

Enable deep link support:

```sh
croct enable deep-link
```

## Options

This command only accepts [global options](../global-options).

## Explore

- [Deep links](/reference/cli/deep-links): Learn how deep links work.
- [Disable deep link](/reference/cli/commands/disable-deep-link): Learn how to disable deep link support.
