> For the complete documentation index, see [llms.txt](https://edissyum.gitbook.io/open-capture/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edissyum.gitbook.io/open-capture/parametrages/reglages-generaux/regex.md).

# Liste des Regex

Présentations de la liste des Regex :&#x20;

<figure><img src="/files/f3Jb3TSCBlXAzO8of0YL" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
/!\ Ne touchez pas à ces chemins si vous ne savez pas ce que vous faites. Vous pourriez totalement casser l'application /!\\
{% endhint %}

Les regex sont des lignes de commandes qui vont permettre au logiciel de trouver les informations importantes qui vont donc être affichées comme par exemple la date de facturation, le numéro de TVA, le nom et prénom etc...&#x20;

On a donc les différents libellés et enfin leurs valeurs, qui sont ces suites de caractères qui vont servir au logiciel à trouver ces informations.

Un grand nombre de regex sont déjà définit par défaut. Ils peuvent malgré tout être modifiés pour améliorer la recherche d'information dans le documents en fonction des besoins du client.

<figure><img src="/files/HFckXfE5VdRVBIZULB3v" alt=""><figcaption></figcaption></figure>

Les champs regex sont :&#x20;

* **Identifiant technique** : l'identifiant technique du regex.&#x20;
* **Libellé** : le libellé technique du regex.&#x20;
* **Valeur** : la valeur du regex.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://edissyum.gitbook.io/open-capture/parametrages/reglages-generaux/regex.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
