# FAQ

<figure><img src="https://3985976695-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT3t4pDs63s3Soj1JetJw%2Fuploads%2FxRChBp7Le7UXvfJSlqEt%2Fimage.png?alt=media&#x26;token=bb04ae3d-1aa8-4cac-8356-f0f2eeb82edb" 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="https://3985976695-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT3t4pDs63s3Soj1JetJw%2Fuploads%2F8jgHsw88nd2gRgGTZxhc%2Fimage.png?alt=media&#x26;token=51b089ad-5955-426c-9235-7d3282b551bc" 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 %}
