# FAQ

<details>

<summary>Do you have case study about the API?</summary>

We will add more but you can find a few examples of successful usage of the API here: <https://blog.zealy.io/how-to-make-zealy-part-of-the-user-journey/>

</details>

<details>

<summary><strong>What are the rate limits?</strong></summary>

You are limited to 50 requests per second. Higher rate limits are part of our enterprise plans, for more info please reach out to us through Intercom.

</details>

<details>

<summary><strong>Are there SDKs or libraries available?</strong></summary>

No not yet, but feel free to create one :)

</details>

<details>

<summary><strong>Is there a developer support?</strong></summary>

We provide customer support through Intercom for all paying customers. Only Enterprise customers get personalized developer support via Telegram.

</details>

<details>

<summary><strong>Are there webhook capabilities?</strong></summary>

Yes, check our docs here: <https://zealy.io/docs/integrations/webhooks>

</details>

<details>

<summary>Are you providing SLA?</summary>

SLAs are included in our enterprise plans. For more details, please reach out to us through Intercom.

</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://docs.zealy.io/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.
