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

# Connections

> Connected accounts, supported networks, and which pillars cover each one.

## Connected accounts

A connection represents a social account a user has authorised Nylon to access. Accounts are managed from the [Connections page](https://app.nylon.dev/connections) and returned by the profiles endpoint.

Every connection runs on Nylon's own OAuth apps by default — there is nothing for you to register with a platform, and token refresh and re-auth prompts are handled for you.

## Coverage by pillar

Publishing is live everywhere. The inbox is live on Meta's two networks only. Analytics is not available on any network yet.

| Network         | Publishing | Inbox | Analytics |
| --------------- | ---------- | ----- | --------- |
| Facebook        | Yes        | Yes   | —         |
| Instagram       | Yes        | Yes   | —         |
| X (Twitter)     | Yes        | —     | —         |
| LinkedIn        | Yes        | —     | —         |
| Pinterest       | Yes        | —     | —         |
| Threads         | Yes        | —     | —         |
| TikTok          | Yes        | —     | —         |
| YouTube         | Yes        | —     | —         |
| Google Business | Yes        | —     | —         |
| Discord         | Yes        | —     | —         |
| Bluesky         | Yes        | —     | —         |
| Mastodon        | Yes        | —     | —         |

Telegram and Slack are on the roadmap for publishing.

<Note>
  Capabilities vary by network and account type — a Facebook Page accepts Reels, an X handle accepts threads. A `Yes` above means the pillar is available for that network, not that every feature within it is.
</Note>

## Connection statuses

<AccordionGroup>
  <Accordion title="Active" icon="circle-check">
    The account is connected and its authorisation is currently usable.
  </Accordion>

  <Accordion title="Reconnect required" icon="refresh-cw">
    The authorisation has expired, was revoked, or otherwise needs attention. Ask the user to reconnect the account in Nylon before relying on it.
  </Accordion>
</AccordionGroup>

## Usernames and profile images

Some networks or account types do not return a username or profile image. Treat `username` and `avatarUrl` as nullable and use the account `name` as the primary display value.

<Card title="List connected profiles" icon="users" href="/api-reference/list-profiles">
  View the complete endpoint schema and interactive request playground.
</Card>
