> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# modus context links create

> Add a link as a context item. Modus crawls and indexes it.

Add a link as a context item. Modus crawls and indexes it.

## Usage

```bash theme={null}
modus context links create [flags]
```

## Arguments

| Name  |          | Description             |
| ----- | -------- | ----------------------- |
| `url` | required | URL to crawl and index. |

## Flags

| Flag           | Type    | Description                                                  |
| -------------- | ------- | ------------------------------------------------------------ |
| `--title`      | string  | Display title.                                               |
| `--crawl`      | boolean | Crawl linked pages under this URL instead of just this page. |
| `--page-limit` | string  | Max pages to crawl when --crawl is set.                      |

Global: `--pretty` — human-readable table output instead of compact JSON.

See [CLI quickstart](/guides/cli) for install and auth.
