Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion docs/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import MainCard from "/src/components/MainCard";

We encourage you to take a look at our [extensive documentation](/) to find quick solutions and assistance.

Didn’t find what you were looking for? We’ve got you covered!
## Didn’t find what you were looking for?

We’ve got you covered!

<div className={'support-cards-container'}>
<MainCard
Expand Down Expand Up @@ -66,3 +68,24 @@ You can also check out our [FAQs page](https://docs.pieces.app/faq) for solution
## Still need help? Our support team is here to help!

If you prefer to not use GitHub, please [submit a support ticket](https://getpieces.typeform.com/to/mCjBSIjF#page=docs-support). We appreciate your feedback and will respond to you shortly!

<div style={{ display: 'block', textAlign: 'right' }}>
<a title="Pieces for Developers is a leader in AI Code Generation on G2" href="https://www.g2.com/products/pieces-for-developers/reviews?utm_source=rewards-badge">
<img style={{ width: '125px' }} alt="Pieces for Developers is a leader in AI Code Generation on G2" src="https://images.g2crowd.com/uploads/report_medal/image/1005467/medal.svg" />
</a>
<script>
{`
(function(a, b, c, d) {
window.fetch("https://www.g2.com/products/pieces-for-developers/rating_schema.json")
.then(e => e.json())
.then(f => {
c = a.createElement(b);
c.type = "application/ld+json";
c.text = JSON.stringify(f);
d = a.getElementsByTagName(b)[0];
d.parentNode.insertBefore(c, d);
});
})(document, "script");
`}
</script>
</div>