# Prijavi problem

## **Korisnička podrška**

Korisnici mogu koristiti Intercom za podršku tako da kliknu na ikonu podrške koja se nalazi u donjem desnom kutu aplikacije.&#x20;

Nakon što se otvori prozor, korisnik može unijeti svoj upit ili problem i član tima će odgovoriti u najkraćem mogućem roku.&#x20;

Intercom također nudi opciju pregledavanja često postavljanih pitanja koja mogu pomoći u rješavanju problema bez potrebe za kontaktiranjem podrške.

## **Prijava problema**

Korisnici mogu koristiti Github Issues za prijavu bugova i drugih problema.&#x20;

Da biste prijavili problem, posjetite naš [Github repozitorij](https://github.com/muqa-org/demo), odaberite karticu "Issues" i kliknite na "New Issue". U obrazac koji se otvori, opišite problem na što detaljniji način, uključujući korake za reprodukciju greške, očekivani ishod i stvarni ishod.&#x20;

Tim će pregledati prijavu i raditi na njenom rješavanju.


---

# 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.zazelenimo.com/sudjeluj/prijavi-problem.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.
