# Updating Books

### Overview

Books are **versioned** to ensure stability and reliability. You can choose to upgrade at your own pace, gaining access to enhancements without risking disruptions to your workflows. If an installed or connected book has an available update, a 🔁 icon will appear next to its current version.

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

### How to Update a Book

To update a book:

1. Open the [Book Details](/legacy/legacy-experience/books/all-books.md#book-details) page for a given book using one of the following methods:
   1. Click on the 🔁 icon next to the installed book.
   2. Navigate to **Books →** **All Books** **→ Book Name**.
   3. Navigate to **Books → Connections** **→ Book Name**.
2. Click <kbd>**Upgrade**</kbd> to update the book to the latest version.
3. Review the changes and confirm.

{% hint style="warning" %}
To apply the updates for your published processes, you must **publish the agent** after upgrading.
{% endhint %}

<figure><img src="/files/hmOn1Zs5VZnOsVQE8z2P" alt=""><figcaption><p>Example: Updating the GitHub Book</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.kognitos.com/legacy/legacy-experience/books/updating-books.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.
