> For the complete documentation index, see [llms.txt](https://docs.shipped.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shipped.club/components/faq.md).

# FAQ

<figure><img src="/files/Ng6BLBWwEKkaV11DpYRm" alt=""><figcaption><p>Frequently Asked Questions</p></figcaption></figure>

It is important to try to reply to the most common questions, right on the landing page.

Each question can be expanded to show the answer.

Configure the support email into the config file, by defining `supportEmail`

Component: `<FAQ />`\
File: `src/components/FAQ/FAQ.tsx`

{% code title="page.tsx" %}

```typescript
import { FAQ } from "@/components/FAQ/FAQ";
```

{% endcode %}

### Example

<figure><img src="/files/VI2pX7VHbD952PmAz8cu" alt=""><figcaption><p>userdesk.io</p></figcaption></figure>

***

{% hint style="info" %}
If you need basic components like buttons, inputs, etc, they are all available with [ChakraUI](https://chakra-ui.com/).
{% endhint %}
