# Upgrade Commands

| Command                                                                              | Description                                                                                                        |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| `/upgrades`                                                                          | Displays a list of upcoming chain upgrades if any.                                                                 |
| <p><code>/upgrade-guide \[chain]</code><br><em>Example: /upgrade-guide Juno</em></p> | If there is an upcoming chain upgrade you can run this command to provide you with a guide to upgrading your node. |

<figure><img src="/files/T9SobrD3ClosVahXkz0a" alt=""><figcaption><p>Shows upcoming chain upgrade along with some useful information.</p></figcaption></figure>

<figure><img src="/files/Q5ak0svepIP3gKuMC7AS" alt=""><figcaption><p>Example of the guides our bot creates for every upgrade one the chains we track.</p></figcaption></figure>


---

# 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.silknodes.io/validator-tools-guide/commands/upgrade-commands.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.
