# FAQs

## How to Setup ?

{% content-ref url="../setup/setting-up-the-app" %}
[setting-up-the-app](https://kizzy.gitbook.io/kizzy-docs/setup/setting-up-the-app)
{% endcontent-ref %}

## How does this app works ?

{% content-ref url="../info/for-developers/understanding-app-process" %}
[understanding-app-process](https://kizzy.gitbook.io/kizzy-docs/info/for-developers/understanding-app-process)
{% endcontent-ref %}

## Where do I ask my queries ?

Join the <mark style="color:blue;">Discord server</mark> for asking queries or suggesting new features

<div align="left"><img src="https://dcbadge.vercel.app/api/server/vUPc7zzpV5" alt=""></div>

## Is this Open Sourced ?

Yes, The app is open sourced

{% embed url="<https://github.com/dead8309/Kizzy>" %}

## Is this Safe ? <a href="#is-this-safe" id="is-this-safe"></a>

Discord itself allows gateway connections for user activities so your account wont be banned.

{% hint style="danger" %}
However if you try to promote scam links from RPC your account could get banned
{% endhint %}

## Can I use Image links in Rpc ?

*<mark style="color:blue;">**Yes**</mark>*, as long as the link redirects to an image source the image will work.

<details>

<summary>What image formats are supported ?</summary>

All image formats like <mark style="color:blue;">GIF,JPEGS,PNG,WEBP,LOTTIE</mark> are supported.

</details>

## Why do I see Package Parsing Error ?

The current version of app only supports android <mark style="color:purple;">8.1</mark> to <mark style="color:purple;">13</mark><br>


---

# 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://kizzy.gitbook.io/kizzy-docs/overview/faqs.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.
