# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.shipped.club/components/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
