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

# Support

> Get help and connect with the Phota community

export const DEVELOPER_PORTAL_URL = "https://platform.photalabs.com";

export const API_REFERENCE_URL = "/api/quickstart";

<Card title="Join the Phota Developer Discord" icon="discord" href="https://discord.gg/mde7sTAQSB">
  <Note>Have questions, feedback, or need help? Connect with other developers and the Phota team on Discord.</Note>
</Card>

## Other resources

<CardGroup cols={2}>
  <Card title="Developer Portal" icon="browser" href={DEVELOPER_PORTAL_URL}>
    Manage your API keys and account settings.
  </Card>

  <Card title="Blog" icon="newspaper" href="https://www.photalabs.com/blog">
    Read about new features, tutorials, and behind-the-scenes updates.
  </Card>

  <Card title="Phota website" icon="globe" href="https://www.photalabs.com">
    Learn more about Phota and our products.
  </Card>

  <Card title="API reference" icon="code" href={API_REFERENCE_URL}>
    Browse the full API endpoint documentation.
  </Card>
</CardGroup>
