# REGL\_MODALITE

Le champ `REGL_MODALITE` indique soit une interdiction, soit une autorisation

## Autorisation et Interdiction

Une règlementation peut, soit autoriser, soit interdire la circulation de certains véhicules.

> La circulation des poids lourds de plus de 3.5T est interdite

Nous créons une ligne :

<table><thead><tr><th>REGL_MODALITE</th><th>VEH_TYPES</th><th>VEH_TONNAGE</th><th data-hidden>VEH_USAGES</th></tr></thead><tbody><tr><td>Interdit</td><td>Poids lourds</td><td>3.5</td><td></td></tr></tbody></table>

[Voir l'exemple de Septèmes-les-Vallons](https://github.com/CEREMA/schema-arrete-circulation-marchandises/blob/master/exemples/septemes-les-vallons.csv)


---

# 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://opendatafrance.gitbook.io/fablog/espace-arretes/guide-de-reference/regl_modalite.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.
