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

# Connected integrations

> Integration connection records currently configured for one store.

| Contract           | Value                            |
| ------------------ | -------------------------------- |
| Metric key         | `app.stores.integration_count`   |
| Source             | Aloftly                          |
| Status             | active                           |
| Type               | application                      |
| Semantic version   | Application calculation          |
| Catalog visibility | Supporting or fixed-surface only |

## How it's calculated

```sql theme={null}
COUNT(DISTINCT integration_connections.source) grouped by store_id.
```

### Built from

* `integration_connections.source`
* `integration_connections.store_id`

## Known caveats

None.

## Where this appears

* Stores store cards
* Per-store breakdown table

<AccordionGroup>
  <Accordion title="Grain and identity" icon="ruler">
    One configured-source count per store at render time.

    **Join and identity keys**

    * Organization id
    * Store id
  </Accordion>

  <Accordion title="Filters and boundaries" icon="filter">
    * An erroring connection remains configured and is counted.
    * Operational health is reported separately.
  </Accordion>

  <Accordion title="Timezone, currency, and freshness" icon="clock">
    **Timezone.** As-of value; no event-time window is applied.

    **Currency.** Not applicable.

    **Freshness.** Computed from current connection rows at render time.
  </Accordion>

  <Accordion title="Version history" icon="clock-rotate-left">
    | Date       | Change                                                    |
    | ---------- | --------------------------------------------------------- |
    | 2026-08-06 | Registered the Stores integration-count receipt contract. |
  </Accordion>
</AccordionGroup>
