> ## Documentation Index
> Fetch the complete documentation index at: https://codegeninc-codegen-bot-add-secrets-sandbox-size-docs-174848.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Community & Contributing

export const CODEGEN_SDK_GITHUB_URL = "https://github.com/codegen-sh/codegen-sdk";

export const COMMUNITY_SLACK_URL = "https://community.codegen.com";

Join the growing Codegen community! We're excited to have you be part of our journey to make codebase manipulation and transformation more accessible.

<CardGroup cols={2}>
  <Card title="Join our Slack" icon="slack" href={COMMUNITY_SLACK_URL}>
    Connect with the community, get help, and share your Codegen projects in our
    active Slack workspace.
  </Card>

  <Card title="GitHub" icon="github" href={CODEGEN_SDK_GITHUB_URL}>
    Star us on GitHub, report issues, submit PRs, and contribute to the project.
  </Card>

  <Card title="Twitter (X)" icon="twitter" href="https://twitter.com/codegen">
    Follow us for updates, tips, and community highlights.
  </Card>

  <Card title="Documentation" icon="book-open" href="/introduction/getting-started">
    Learn how to use Codegen effectively with our comprehensive guides.
  </Card>
</CardGroup>

<Tip>
  Please help us improve this library and documentation by submitting a PR!
</Tip>

## Contributing

We welcome contributions of all kinds! Whether you're fixing a typo in documentation, reporting a bug, or implementing a new feature, we appreciate your help in making Codegen better.

Check out our [Contributing Guide](https://github.com/codegen-sh/codegen-sdk/blob/develop/CONTRIBUTING.md) on GitHub to learn how to:

* Set up your development environment
* Submit pull requests
* Report issues
* Contribute to documentation
