# Command List for Sherpa Designer

### 1. Update All Remote Packages

* *Command:* `-updateremotepackages`
* *Examples:*
  * To update remote packages specifying the project:

    `DiagramDesigner.exe -updateremotepackages "myproject.sherpa"`
  * To update remote packages without specifying the project:

    `DiagramDesigner.exe -updateremotepackages`

### 2. Update Blocks on All Palettes

* *Command:* `-updateallpackages`
* *Example:*
  * `DiagramDesigner.exe -updateallpackages "myproject.sherpa"`

### 3. Update a Specific Palette

* *Command:* `-updatepackage "palette name"`
* *Example:*
  * `DiagramDesigner.exe -updatepackage "file system" "myproject.sherpa"`

### 4. Update All Remote Packages on Startup

* *Command:* `-updateremotepackages`
* *Example:*
  * `DiagramDesigner.exe -updateremotepackages "myproject.sherpa"`

### 5. Update All Blocks in the Project

* *Command:* `-updateallpackages`
* *Example:*
  * `DiagramDesigner.exe -updateallpackages "myproject.sherpa"`

### 6. Update Only the Specified Package by Name

* *Command:* `-updatepackage "package name"`
* *Example:*
  * `DiagramDesigner.exe -updatepackage "file system" "myproject.sherpa"`

> Attention: After performing updates, Sherpa Designer does not automatically save the project. To save changes, you must manually click the "Save" button.

### Using Multiple Commands Simultaneously

* *Example:*
  * `DiagramDesigner.exe -updateremotepackages -updateallpackages "myproject.sherpa"`

> After executing the commands, you must manually click "Publish" or "Save".


---

# 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://docs.sherparpa.ru/en/obuchenie-po-razrabotke-na-platforme-sherpa-rpa/spisok-komand-dlya-sherpa-designer.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.
