# Features Pagamenti

| **Nome Feature Flag** | **Struttura del Feature Flag**                                       | **Microservizio**                                                                          | **Descrizione**                                                                                                                                                                                                                                                                                                                  |
| --------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `import_all_dues`     | { "tenants": \[ { "id": "60e35f02-1509-408c-b101-3b1a28109329" } ] } | [`Jppa payment proxy`](https://gitlab.com/opencity-labs/area-personale/jppa-payment-proxy) | <p>Rappresenta un elenco di tenant per i quali, durante il login, vengono importati i dovuti di tutti i dovuti di un cittadino, indipendentemente dal fatto che siano stati creati esternamente o internamente alla piattaforma.</p><p>Se un tenant è incluso nella lista del feature flag, questo flusso risulta abilitato.</p> |


---

# 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.opencityitalia.it/installazione-e-manutenzione/features-pagamenti.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.
