# update

## Syntax

```
update [<url>]
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td>url</td><td>The URL of the update file</td></tr></tbody></table>

## Defaults

If a URL is not specified, the most recent Island firmware update will be used. If the URL is a simple filename, the file is downloaded from the Island software distribution site.

## Usage Guidelines

This command loads new firmware or an installable software packge onto the Island.

The most common form of this command is to specify it without a URL. This will cause Island to look for a newer firmware version and, if found, download and install it.

## Examples

```
update
update pingurl
```

## Related Commands

{% content-ref url="/pages/xyvsCtbf5eZVpt1SpqdJ" %}
[rollback](/island-router-cli-2.3.2/commands/rollback.md)
{% endcontent-ref %}


---

# 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.islandrouter.com/island-router-cli-2.3.2/commands/update.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.
