> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/parametrage/construire/les-domaines/protection-du-parametrage.md).

# Protection du paramétrage

Importez le SMX : Langage 11.

Un domaine peut devenir Non Paramétrable afin d'empêcher toute modification du paramétrage lié à ce domaine, par exemple :

* Formulaire
* Colonne
* Contrôle de validité
* Contrôle d'annulation
* Mise en forme
* Action
* Paramètre
* Contrôle d'action
* Automatisme sur action et temporel
* Modèle d'édition (pas le document lié)
* Modèle élément et liste d'éléments
* etc.

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

<p align="right"></p>

{% stepper %}
{% step %}

### Rendre un domaine Non Paramétrable

* Modifier le formulaire.
* Cocher le choix "Non Paramétrable".
* Saisir un mot de passe si celui-ci n'a pas encore été saisi.
  {% endstep %}

{% step %}

### Rendre un domaine Paramétrable à nouveau

* Modifier le formulaire.
* Décocher le choix "Non Paramétrable".
* L'enregistrement de la modification doit être validé par le mot de passe saisi lors du passage en "Non Paramétrable".
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
L'import de SMX n'est pas impacté par ce choix : seuls ceux qui ont le mot de passe peuvent faire des modifications et les exporter.
{% endhint %}

{% hint style="info" %}
Toutes les versions de SIMAX >=1643.01 ont déjà un niveau de protection.
{% endhint %}


---

# 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://doc.simax.fr/parametrage/construire/les-domaines/protection-du-parametrage.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.
