> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/features-new-ui/tools/remote-tools-overview/control-center-remote-ssh-commands/run-a-saved-command.md).

# Run a Saved Command

Connect comes with a number of saved commands that are ready to use. You can use one of these commands to speed up your work, and you can create new commands and save them to the list of saved commands for future use.

To run a saved command, do the following:

1. Go to **Remote Tools**/**Command Runner** in the left menu and go to the **Run Commands** tab.
2. In the list of Saved Commands, find the command you want to run. If you don’t see the command in the list displayed, use the Search to find the command.
3. In the row of the command, click the **Play** icon in the Actions column.

<div align="left"><figure><img src="/files/pUMsHcYfFQq78pbHPmLT" alt=""><figcaption></figcaption></figure></div>

4. Select the groups and/or filters of the device(s) to receive the command and run the command.

## What's Next?

You don’t want to run commands on your device as root user?  Learn how to [Run Commands as a Non-root User](/features-new-ui/tools/remote-tools-overview/control-center-remote-ssh-commands/running-commands-as-user.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.connect.jfrog.io/features-new-ui/tools/remote-tools-overview/control-center-remote-ssh-commands/run-a-saved-command.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
