# Espressioni Regolari

In DocBits, le impostazioni Regex consentono agli amministratori di definire modelli personalizzati che il sistema utilizza per trovare ed estrarre dati dai documenti. Questa funzionalità è particolarmente utile in situazioni in cui è necessario estrarre dati da testi non strutturati o quando i dati seguono un formato prevedibile che può essere catturato utilizzando modelli regex.

#### Funzionalità chiave e opzioni

1. **Gestione delle espressioni regolari**:

* **Aggiungi**: Consente di creare un nuovo modello regex per un tipo di documento specifico.
* **Salva modifiche**: Salva le modifiche alle configurazioni regex esistenti.
* **Modello**: Qui puoi definire il modello regex che corrisponde al formato dati specifico richiesto.
* **Origine**: È l'origine del documento - ad esempio, puoi definire un diverso Regex in Germania

{% @jira/embed url="<https://fellowpro.atlassian.net/browse/DOCB-2497>" %}


---

# 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-it.docbits.com/administration-and-setup/settings/global-settings/document-types/regex.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.
