# For Developers

## Contributions

People are welcome to help in making the app better by <mark style="color:orange;">suggesting features</mark>, <mark style="color:blue;">making translations</mark> ,<mark style="color:red;">reporting bugs</mark> <mark style="color:purple;">and</mark> <mark style="color:purple;">many more</mark>.

{% tabs %}
{% tab title="Build" %}

### Prerequisites:

1. Android Studio artic fox.
2. Familiar with <mark style="color:purple;">Gradle, Kotlin, Jetpack Compose</mark>

### Clone the project

<pre class="language-bash"><code class="lang-bash"><strong>git clone https://github.com/dead8309/Kizzy.git
</strong></code></pre>

### Building

1. Open Android Studio
2. Import the project
3. Click on *<mark style="color:purple;">Build and Run</mark>*
   {% endtab %}
   {% endtabs %}


---

# 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/info/for-developers.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.
