# Viewing bot versions

WotNot automatically saves every deployed version of your bot, allowing you to track changes and revisit past versions at any time.

#### Viewing versions

To view your bot’s version history:

1. Click on the bot name in the title bar.
2. Select Version History.

A right-side panel will appear showing all past versions, including the user who deployed each version and the timestamp of deployment.

<figure><img src="/files/vvIwzbdh9qqGxREmttj4" alt=""><figcaption></figcaption></figure>

#### Restoring a version

Click **Restore** next to the version you want to revert to.

This will load that version onto the canvas, allowing you to make edits if needed.

> Note: The restored version will remain undeployed until you click Deploy again.

#### Previewing a version

Click **Preview** to open that version in a new browser tab.

The preview opens in read-only mode, so you can explore the bot flow without making any changes.

<figure><img src="/files/d7LIGc3BNJC7rJt0zf43" alt=""><figcaption></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://help.wotnot.io/build/interface/viewing-bot-versions.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.
