# Command Line Aliases

{% hint style="info" %}
Command Line Aliases are currently only available on Windows.
{% endhint %}

<figure><img src="/files/63rHobjKTSrtq3CNeHl3" alt=""><figcaption></figcaption></figure>

Let's say that you have a skill with a set of parameters that want to reuse through the CLI, for example, you might want to add a specific text in the top left corner of an image. After running a skill you can save this *recipe* as a *Command Line Alias*. You find the tool to create such aliases in the *Automate* menu.

After creating an alias, the name specified is then available as a command on your terminal with the same arguments as the [CLI](/automation/filestar-cli.md).


---

# Agent Instructions: 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:

```
GET https://help.filestar.com/automation/command-line-aliases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
