# 4. Manage sources

Your reports can undergo changes like the creation of new scenarios or measures even after you create a bridge You can refresh the data in a source, pull additional measures/scenarios, and schedule refreshes for native measures from the **Manage Source** interface.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(241).png" alt=""><figcaption><p>Manage source window</p></figcaption></figure>

### 1. Manually refreshing the source

Changes to data input fields in your reports are automatically reflected in Infobridge. However, adding new measures or updates to native measure values require an explicit refresh.

Click on the **Refresh Source** option to manually trigger a refresh.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(242).png" alt=""><figcaption><p>Refreshing the source</p></figcaption></figure>

### 2. Adding new scenarios or measures to a bridge

When you create a bridge, you can select the scenarios and measures that you want to expose outside the visual. You can add measures and scenarios at any point from the General tab. Select them and click Update to pull in additional measures.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(243).png" alt=""><figcaption><p>Adding measures and scenarios to a bridge</p></figcaption></figure>

### 3. Setup a refresh schedule

Infobridge auto-refreshes whenever there are changes in the data input fields. Native measures, however, must be manually refreshed. You can set a refresh schedule for native measures, ensuring your data is up-to-date and eliminating manual intervention.

* Create daily, weekly, monthly, or one-time refreshes.
* Specify a start and end date for the schedule.
* Define a time to trigger the refresh.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(239).png" alt=""><figcaption><p>Refresh schedule</p></figcaption></figure>

### 4. Refresh history

View the refresh jobs and milestones from the history tab.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(240).png" alt=""><figcaption><p>Refresh history</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.fabricplan.com/infobridge/4.-manage-sources.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.
