Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update machines.md #2853

Merged
merged 2 commits into from
May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/fleet/machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A machine always has a main part that receives client requests, and any number o

## Add a new machine

Add a new machine by providing a name in the **New machine** field and clicking **Add machine**.
Add a new machine in the [Viam app](https://app.viam.com) by providing a name in the **New machine** field and clicking **Add machine**.

![The 'First Location' page on the Viam app with a new machine name in the New machine field and the Add Machine button next to the field highlighted.](/fleet/app-usage/create-machine.png)

Expand All @@ -44,11 +44,11 @@ Select your system's architecture and select the version of the {{< glossary_too
Then, follow the instructions on the page to connect and set up your machine.

{{% alert title="Tip" color="tip" %}}
The **Micro-RDK** is for [microcontrollers](/get-started/installation/prepare/microcontrollers/).

More in-depth information on installing `viam-server` can be found in our [Install Guide](/get-started/installation/#install-viam-server).
If your machine is controlled by a microcontroller, install the [**Micro-RDK**](/get-started/installation/prepare/microcontrollers/) instead of full `viam-server`.
{{% /alert %}}

More in-depth information on installing `viam-server` can be found in our [Installation Guide](/get-started/installation/#install-viam-server).

Once all parts of your machine are set up and connected to the app, the part status display at the top left corner of the page turns green.
Now, you can manage your machine with one of four tabs: **CONFIGURE**, **CONTROL**, **LOGS**, and **CONNECT**:

Expand Down
Loading