# FAQ

<details>

<summary>How do I contact support?</summary>

Our friendly support team is here to help. Learn what information to share and when can you expect a response.

To get in touch with us, you can email <smorris@coverclap.com> directly.

</details>

<details>

<summary>How do I report bugs?</summary>

Encountered a bug? In order to get the best help possible, please provide as much context on how you encountered the bug.

Bugs should be reported by sending an email to <smorris@coverclap.com>

</details>

<details>

<summary>How to create a business account on CoverClap?</summary>

Currently, CoverClap works by referral and private invitations. At any time you can request a business account to access features that can help you grow your business. Refer to the [startup guide](/getting-started/quickstart.md#getting-started-step-by-step) for guidance.

</details>


---

# 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://learn.coverclap.com/help-and-faq/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.
