# VEH\_TONNAGE\_MODALITE

Le champ `VEH_TONNAGE_MODALITE` permet de dire si la règlementation s'applique au-dessus d'un certain tonnage ou en dessous d'un certain tonnage.

La plupart du temps, la règlementation concerne l'interdiction de circulation de véhicules au-dessus d'un certain tonnage :

![](/files/u7HJERnOuUqFfmJAdgQv)

On écrira ainsi cette ligne :

<table><thead><tr><th width="271.9912854030501">VEH_TONNAGE_MODALITE</th><th>VEH_TONNAGE</th><th data-hidden></th></tr></thead><tbody><tr><td>à partir de</td><td>9</td><td></td></tr></tbody></table>

A contrario, dans certains cas, ça peut être l'inverse, à savoir une règle qui s'applique à ceux qui sont en dessous d'un certain tonnage (il s'agit d'autorisations) :

![](/files/32X6vkGScF5wAcELDfZD)

On écrira alors cette ligne :

<table><thead><tr><th>VEH_TONNAGE_MODALITE</th><th>VEH_TONNAGE</th><th data-hidden></th></tr></thead><tbody><tr><td>jusqu'à</td><td>9</td><td></td></tr></tbody></table>


---

# 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/veh_tonnage_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.
