> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/planning-sheets/how-tos/infobridge/manage-sources.md).

# Manage sources

You can manage Infobridge sources from the Manage Source interface. View source details, refresh sources, manage measures, and review refresh history.

### Open Manage Source

1. On the **Home** ribbon, select **Manage Source**.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FWX962mKRjLx2ITrSXquB%2Fmanage-source-home-ribbon.png?alt=media&amp;token=5a0cd9a2-32d5-4a2a-ae1a-c088c05f62d2" alt=""><figcaption></figcaption></figure>

The **Manage Source** window opens and displays the available sources.

### View source details

The **General** tab displays details about the selected source.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2FBbUK9GxfX0j8yzgyppbI%2Fmanage-source-source-details-general.png?alt=media&amp;token=784561d1-23ee-4574-99a6-7d6631922789" alt=""><figcaption></figcaption></figure>

The **Manage Source** window includes the following options:

* **Search**: Search for a source or query by name. Select a source to view its details.
* **General**: Displays details about the selected source.
* **Refresh History**: Displays the refresh operations performed for the selected source.
* **Refresh Source**: Manually refreshes the selected source.
* **Owner**: Displays the user who owns the source.
* **Sheet**: Select the link icon to open the planning sheet associated with the source.
* **Created At**: Displays the date and time when the source was created.
* **Updated At**: Displays the date and time when the source was last updated.
* **Queries**: Lists the queries associated with the source.
* **Measures**: Lists the measures available from the source.
* **Update**: Applies the selected measures. The option is available when there are changes to apply.

### Refresh a source

To manually refresh the selected source:

1. In **Manage Source**, select **Refresh Source**.

The refresh operation updates the source with the latest available data.

### View refresh history

The **Refresh History** tab displays the refresh operations performed for the selected source.

<figure><img src="https://257222532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUtolck8kt8atqxFPsEBn%2Fuploads%2F69N8YrRedrwGtBQWBqsD%2Fmanage-source-refresh-history.png?alt=media&amp;token=b44f0480-03a7-4854-a93c-033f8946a8c6" alt=""><figcaption></figcaption></figure>

Use the following options and columns to review refresh operations:

* **Search**: Search the refresh history for a specific execution.
* **Started By**: Filter refresh operations by the user who started them.
* **Add More**: Add more filter criteria to the refresh history.
* **Reset Filter**: Clear the applied filters and return to the default history view.
* **Execution ID**: Displays the unique identifier for each refresh operation.
* **Started By**: Displays the user who started the refresh operation.
* **Started At**: Displays the date and time when the refresh operation started.
* **Duration**: Displays how long the refresh operation took to complete.
* **Status**: Displays the result of the refresh operation, such as **Success**.

Use the refresh history to review previous refresh operations and verify whether a refresh completed successfully.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fabricplan.com/planning-sheets/how-tos/infobridge/manage-sources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
