> For the complete documentation index, see [llms.txt](https://native.electrode.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://native.electrode.io/v0.45/cli-commands/platform/use.md).

# use

## Description

* Switch to (or activate) a specified platform version

## Syntax

`ern platform use <version>`

**Arguments**

`<version>`

* The Electrode Native platform version to activate.
* Sample values : `v0.18.0` / `0.18.0` / `latest`
* Using `latest` will switch to the latest version of Electrode Native

## Remarks

* If the target platform version is not installed locally, the `ern platform use <version>` command runs the [ern platform install](/v0.45/cli-commands/platform/install.md) command, which installs the version—before switching to the specified version.
