# Updating a Varbase Site

- [Handling Configuration Updates](https://docs.varbase.vardot.com/developers/updating-varbase/handling-configuration-updates.md)
- [Handling Patches When Updating](https://docs.varbase.vardot.com/developers/updating-varbase/handling-patches-when-updating.md)
- [Updating Varbase to work with Composer 2.0](https://docs.varbase.vardot.com/developers/updating-varbase/updating-varbase-to-work-with-composer-2.0.md)
- [Updating Drush to the Latest Stable Version](https://docs.varbase.vardot.com/developers/updating-varbase/updating-drush-to-the-latest-stable-version.md)
- [Version Update Guides](https://docs.varbase.vardot.com/developers/updating-varbase/version-update-guides.md)
- [Updating Varbase ~9.0 to Drupal 10](https://docs.varbase.vardot.com/developers/updating-varbase/version-update-guides/updating-varbase-9.0-to-drupal-10.md): Paved the way for a smoother upgrade process to Drupal 10
- [Updating from Varbase 8.x to 9.x](https://docs.varbase.vardot.com/developers/updating-varbase/version-update-guides/updating-from-varbase-8.x-to-9.x.md)
- [Enabling Automatic Updates](https://docs.varbase.vardot.com/developers/updating-varbase/enabling-automatic-updates.md)


---

# 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.varbase.vardot.com/developers/updating-varbase.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.
