# install

Learn how to install content and types.

This command installs the [type definitions](/reference/cli/type-generation) and [fallback content](/reference/cli/fallback-content) defined in your project configuration.

## Usage

This command has the following syntax:

```sh
croct install
```

## Example

Install content and types for your project:

```sh
croct install
```

## Options

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

## Explore

- [Type generation](/reference/cli/type-generation): Learn how the CLI generates type definitions.
- [Fallback content](/reference/cli/fallback-content): Learn how the CLI manages fallback content.
