```mermaid graph LR
A[Autocomplete on field] -- send the request --> B((Controller)) B -- make request --> D{Dqe Api}
B -- Check request --> B
B -- Send the response --> E[Model] E -- Temp/Def save of response -->E D -- return the response --> B
B -- return the formatted response --> F{Js}
F -- Display suggest/check on html and insert mapping hidden file --> G[Html form] G -- Form submission --> E
```