# Installazione e utilizzo

Per poter utilizzare l'applicazione ChatterBox esegui le seguenti operazioni:

1. Effettua il clone della repository con il comando:

   ```bash
   git clone https://www.github.com/matbagnoletti/ChatterBox.git
   ```

In alternativa, effettua il download del file compresso del progetto ed estrailo in una cartella locale del tuo computer.

2. Apri il progetto con un generico IDE come [IntelliJ IDEA](https://www.jetbrains.com/idea/). Attraverso l'interfaccia `Maven` del progetto, nella sezione `Plugins, esegui`:
   1. `clean:clean` per ripulire il progetto;
   2. `kotlin:compile` per compilare il codice kotlin;
   3. `compiler:compile` per compilare il progetto;
   4. `javafx:run` per eseguire il progetto.

In alternativa, da IDE IntelliJ IDEA, è possibile eseguire la configurazione `ChatterBox` [storicizzata nel progetto](https://github.com/matbagnoletti/ChatterBox/blob/main/.idea/runConfigurations/ChatterBox.xml).


---

# 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://matbagnoletti.gitbook.io/chatterbox/installazione-e-utilizzo.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.
