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

# Data sources on mobile

> Review connector status, browse the API catalog, and run connection tests from the KODE OS mobile app.

Check that a building's connectors are online before you troubleshoot a device in the field. A connector is the configured connection between KODE OS and one external system, such as a BACnet controller or a vendor API. Use `Data Sources` on mobile to verify connectors are online, browse available integrations, and run site-level maintenance while you are on site. This is the mobile view of [Data sources](/products/kode-os/data-sources) on the web.

<Warning>
  Connector creation, credential edits, and discovery jobs are not available on mobile. Use the web client for provisioning and configuration.
</Warning>

## Open Data Sources

From the building app launcher, select `Data Sources`.

<div className="flex justify-center w-full my-4">
  <Frame className="w-fit mx-auto">
    <img className="mx-auto block h-auto max-w-[400px] w-full" src="https://mintcdn.com/kodelabs/QV43LEddE2aJcRYU/images/mobile-app/kode-os-mobile-data-sources.png?fit=max&auto=format&n=QV43LEddE2aJcRYU&q=85&s=61f9ba81f28ac9868c0017444febc387" alt="Data Sources list with green online indicators for Demo JACE and Carma connectors" width="400" height="867" data-path="images/mobile-app/kode-os-mobile-data-sources.png" />
  </Frame>
</div>

The header includes a search/history icon for finding connectors quickly. A notification bell may appear when your site has data-source alerts.

<Tabs>
  <Tab title="Data Sources">
    The `Data Sources` tab lists live connectors for the current site. Each row shows:

    | Element   | Description                                                  |
    | --------- | ------------------------------------------------------------ |
    | Green dot | Connector is online and communicating                        |
    | Name      | Connector label (for example, `Demo JACE`)                   |
    | Subtitle  | Platform or vendor (for example, `Tridium Niagara`, `Carma`) |

    Tap a row when drill-down is enabled to view connector details on mobile or web.

    ### Actions menu

    Tap the three-dot menu in the header to open site-level maintenance actions.

    <div className="flex justify-center w-full my-4">
      <Frame className="w-fit mx-auto" caption="Test connections and refresh cache">
        <img className="mx-auto block h-auto max-w-[400px] w-full" src="https://mintcdn.com/kodelabs/QV43LEddE2aJcRYU/images/mobile-app/kode-os-mobile-data-sources-actions-menu.png?fit=max&auto=format&n=QV43LEddE2aJcRYU&q=85&s=fe482c63592361bfef953c5d132bc952" alt="Data Sources action sheet with Test Connections, Refresh Cache, and Close" width="400" height="867" data-path="images/mobile-app/kode-os-mobile-data-sources-actions-menu.png" />
      </Frame>
    </div>

    | Action             | When to use                                                |
    | ------------------ | ---------------------------------------------------------- |
    | `Test Connections` | Verify all connectors respond after network or VPN changes |
    | `Refresh Cache`    | Pull the latest metadata after web-side connector updates  |
    | `Close`            | Dismiss the menu                                           |
  </Tab>

  <Tab title="API Catalog">
    Browse integration types your organization can provision on web. Entries are grouped by category (for example, `Access Control`).

    <div className="flex justify-center w-full my-4">
      <Frame className="w-fit mx-auto">
        <img className="mx-auto block h-auto max-w-[400px] w-full" src="https://mintcdn.com/kodelabs/QV43LEddE2aJcRYU/images/mobile-app/kode-os-mobile-data-sources-api-catalog.png?fit=max&auto=format&n=QV43LEddE2aJcRYU&q=85&s=e9b64d7d65023ab24543ed96dc8d8064" alt="API Catalog tab listing Access Control integrations such as Infinias, Zerv, and Avigilon ACM" width="400" height="867" data-path="images/mobile-app/kode-os-mobile-data-sources-api-catalog.png" />
      </Frame>
    </div>

    | Catalog entry    | Description                                          |
    | ---------------- | ---------------------------------------------------- |
    | Vendor row       | Logo, product name, and chevron to open details      |
    | `Access Control` | Badge readers, door controllers, and related systems |

    The catalog is read-only on mobile. Add or configure connectors from [Data sources](/products/kode-os/data-sources) on the web.
  </Tab>
</Tabs>

## Compare to web

| Capability                                 | Web | Mobile          |
| ------------------------------------------ | --- | --------------- |
| View connector online status               | Yes | Yes             |
| Test connections / refresh cache           | Yes | Yes             |
| Browse API catalog                         | Yes | Yes (read-only) |
| Add connector, edit credentials, discovery | Yes | No              |

## Next steps

<CardGroup cols={2}>
  <Card title="Systems on mobile" icon="network" href="/products/mobile-app/destinations/systems" arrow={true}>
    Switch dashboard, graphic, and widget views.
  </Card>

  <Card title="Devices on mobile" icon="hard-drive" href="/products/mobile-app/building/devices" arrow={true}>
    Open equipment, trends, and device actions.
  </Card>

  <Card title="Points on mobile" icon="circle-dot" href="/products/mobile-app/building/points" arrow={true}>
    Browse status, filters, and point writes.
  </Card>

  <Card title="Data sources on web" icon="monitor" href="/products/kode-os/data-sources" arrow={true}>
    Add connectors and run discovery.
  </Card>
</CardGroup>
