> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corvera.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Sources

> See every system connected to your workspace, how fresh each one is, and whether any need attention.

The **Sources** view is a read-only inventory of every system connected to your
workspace, grouped by how Corvera reads them, with a freshness and health signal for
each. It answers two questions at a glance: *what's connected?* and *is anything stale
or broken?*

## Synced vs live

Sources come in two kinds:

* **Synced** — Corvera mirrors the source on a schedule. These show a **last refreshed**
  time so you know how current the data is.
* **Live** — Corvera reads the source at query time, so the data is always current.
  There's no refresh time; the signal is just whether the connection is healthy.

## Health

Each source shows a health badge:

| Kind   | Badge                   | Meaning                                            |
| ------ | ----------------------- | -------------------------------------------------- |
| Synced | **Healthy**             | Last sync succeeded                                |
| Synced | **Awaiting first sync** | Connected, hasn't synced yet                       |
| Synced | **Credentials expired** | Reconnect the source to resume syncing             |
| Synced | **Error**               | The last sync failed                               |
| Live   | **Live**                | Connection is healthy and being read at query time |
| Live   | **Reconnect needed**    | The access token expired — reconnect to resume     |
| Any    | **Disconnected**        | The source is no longer connected                  |

<Note>
  For the full list of systems Corvera connects and **what you can pull from each**,
  see [Integrations](/integrations/overview).
</Note>
