# Updating

#### Bit 2025.1 to Bit 2025.2 <a href="#bit-2024.1-to-bit-2024.2" id="bit-2024.1-to-bit-2024.2"></a>

**Things to remember**

* Make sure ALL plugins are updated to Bit 2025.2
* Delete every single file and folder from Bit excluding the plugins folder (though remove the bit-core plugin).

**Update ALL plugins to their latest versions**

All plugins must be updated for use in Bit 2025.2

**Deploy commands**

Run `node deploy.js` to deploy the bots commands.

**And you're done**

Aside from plugin-specific updates, you should now be fine to run Bit. Simply use the `node bit.js` command and you're all set!


---

# 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://bit.lockyzdev.com/updating.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.
