123456789101112131415161718 |
- <p>If you can't find specific feature or run into issues, please feel free to reach out through one of the following channels.</p>
- <CardGroup cols={2}>
- <Card title="Slack" icon="slack" href="https://embedchain.ai/slack" color="#4A154B">
- Let us know on our slack community
- </Card>
- <Card title="Discord" icon="discord" href="https://discord.gg/6PzXDgEjG5" color="#7289DA">
- Let us know on discord community
- </Card>
- <Card title="GitHub" icon="github" href="https://github.com/embedchain/embedchain/issues/new?assignees=&labels=&projects=&template=feature_request.yml" color="#181717">
- Open an issue on our GitHub
- </Card>
- <Card title="Schedule a call" icon="calendar" href="https://cal.com/taranjeetio/ec">
- Schedule a call with Embedchain founder
- </Card>
- </CardGroup>
|