> ## Documentation Index
> Fetch the complete documentation index at: https://social-b97141fb-auto-generate-llmstxt.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer Forum

> Use the social.plus Developer Forum and support resources when SDK docs do not answer your integration question.

The Developer Forum is the right place to ask integration questions, report documentation gaps, and share implementation context that does not fit into a single docs page.

<Info>
  Keep SDK questions specific to platform, SDK version, feature area, expected behavior, and actual behavior. That makes the answer useful for both your team and future readers.
</Info>

## When to Use It

| Situation                                  | Best next step                                                                                                        |
| ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| You need help choosing an SDK feature path | Start with the relevant SDK overview, then post your target platform and product goal if the choice is still unclear. |
| A snippet or page seems wrong              | Link the docs page, include the SDK version, and share the smallest reproducible code shape.                          |
| Runtime behavior differs from the docs     | Include platform, SDK version, region, entity IDs where safe, timestamps, and any error codes.                        |
| You are asking for a new capability        | Explain the user scenario, scale, launch timeline, and fallback you are considering.                                  |
| A service appears degraded                 | Check the status page before opening an implementation thread.                                                        |

## Before You Post

<Steps>
  <Step title="Search the SDK docs">
    Check the feature page, platform notes, and changelog for your SDK.
  </Step>

  <Step title="Prepare version context">
    Include the SDK platform, package version, app platform version, and region.
  </Step>

  <Step title="Describe the integration path">
    State whether you are using SDK, UIKit, REST API, or a mixed approach.
  </Step>

  <Step title="Share a minimal example">
    Keep secrets, tokens, API keys, and private user data out of the post.
  </Step>
</Steps>

## Useful Links

<CardGroup cols={3}>
  <Card title="Developer Forum" icon="comments" href="https://forum.social.plus/">
    Ask implementation questions and share documentation feedback.
  </Card>

  <Card title="Status Page" icon="signal" href="https://status.social.plus/">
    Check service availability before debugging an integration issue.
  </Card>

  <Card title="Contact Sales" icon="handshake" href="https://www.social.plus/contact/contact-sales">
    Discuss commercial fit, plans, or procurement questions.
  </Card>
</CardGroup>

## Related Docs

<CardGroup cols={2}>
  <Card title="Technical FAQ" icon="circle-question" href="/social-plus-sdk/technical-faq">
    Check common SDK integration answers before opening a thread.
  </Card>

  <Card title="SDK Changelogs" icon="clock-rotate-left" href="/social-plus-sdk/changelogs/android-sdk-changelog">
    Review platform release notes when behavior changed after an upgrade.
  </Card>
</CardGroup>
