# Syncing Runbook Hub with GitHub

Any updates done directly to a hub in the Github repository (say updating a .gp.yaml file or changing the contents of the documentation) has to be synced up with the gopaddle manually.

### Option 1 - Refresh a single hub

1. In the gopaddle UI, select **Runbook Hubs** in the left panel
2. Click on a Runbook Hub to view the Runbook Hub&#x20;
3. Click on **Refresh** option to refresh the hub

<div align="left"><figure><img src="/files/FT12hiauAA78LpLHlD28" alt=""><figcaption><p>Refresh a single runbook hub</p></figcaption></figure></div>

### Option 2 - Refresh all the hubs within a Source Control Account

1. In the gopaddle UI, under **Settings**, select **Code -> Account**
2. Click on the **dots** icon and select **Refresh Runbook Hubs** option

<div align="left"><figure><img src="/files/D2fWw8FoSkDGoQbTOr67" alt=""><figcaption><p>Refresh multiple runbook hubs</p></figcaption></figure></div>


---

# 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.gopaddle.io/overview/runbook-hub/syncing-runbook-hub-with-github.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.
