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

# Providers Overview

> Configure social media providers for SocialSyncs

You can see all the providers that SocialSyncs supports documented in the sidebar, under "**Providers**".

Please note that no providers are configured by default. You will need to configure them all in your `.env` file, or as environment variables. You will need to restart SocialSyncs whenever you change environment variables. If you are using docker compose, you must run `docker compose down` and then `docker compose up` to rebuild the containers with the updated variables.

<Snippet file="never-share.mdx" />

## Available Providers

<CardGroup cols={3}>
  <Card title="Instagram" icon="instagram" href="/providers/instagram">
    Post to Instagram
  </Card>

  <Card title="LinkedIn" icon="linkedin" href="/providers/linkedin">
    Post to LinkedIn profiles
  </Card>

  <Card title="YouTube" icon="youtube" href="/providers/youtube">
    Post to YouTube
  </Card>

  <Card title="Facebook" icon="facebook" href="/providers/facebook">
    Post to Facebook pages
  </Card>
</CardGroup>
