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

# Components

> View saved email components.

<Warning>
  Content API endpoints are currently in an open alpha and are subject to
  change.
</Warning>

The `components` command lets you view [components](/creating-emails/components) saved in your Loops account.

## `get`

Get a component by ID.

```bash theme={"dark"}
loops components get clx1234abc
```

## `list`

List components.

```bash theme={"dark"}
loops components list
```

Pass `--pick` to filter the list interactively with [fzf](https://github.com/junegunn/fzf) and copy the selected component ID to your clipboard. Requires `fzf` to be installed and on your `PATH`.

```bash theme={"dark"}
loops components list --pick
```

### Flags

| Flag         | Description                                                                                                       |
| ------------ | ----------------------------------------------------------------------------------------------------------------- |
| `--pick`     | Interactively pick a component and copy its ID to the clipboard. Requires [fzf](https://github.com/junegunn/fzf). |
| `--per-page` | Results per page (10–50, default 20)                                                                              |
| `--cursor`   | Pagination cursor for a specific page                                                                             |
