> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/dietrichs-intelligent-documentation/francais/plaene/deckenplan/plan-de-plancher-or-parametres-generaux.md).

# Plan de plancher | Paramètres généraux

Dans la partie basse de la fenêtre, vous retrouvez des paramètres que l’on retrouve dans la grande majorité des dépôts de plan. Les différents paramètres sont expliqués sous le chapitre [Paramètres de dépôt](/dietrichs-intelligent-documentation/francais/plaene/plane-allgemeine-einstellungen/parametres-de-depot.md).

## Numéro du plan (Nom du fichier plan)

Pour définir le numéro de dépôt du plan de plancher, il est recommandé d’utiliser les variables suivantes :

**`#EtAct#`** : Étage actuel (Correspond à la désignation SS, RC, Et, Co)

**`#EtActNum#`** : Numéro de l’étage. Il correspond au numéro défini lors de la création de l’étage. Un formatage peut être défini pour afficher un ou plusieurs numéros.

{% hint style="info" %}
Par exemple **`#EtActNum[,,0,2]#`** renvoi le numéro d’étage **04** si l’on a renseigné la valeur **4** comme numéro d’étage.
{% endhint %}

**`#N°Pla#`** : Numéro de plancher

**`#N°ElPla#`** : Numéro d'élément de plancher

**`#ConcPla#`** : Conception du plancher actuel

## Sélection

Le champ sélection permet de choisir ici le nombre de dépôts à créer :&#x20;

* *Plancher actuel* : Il s'agit du dernier plancher ouvert dans l'environnement DI-PLANCHER ; un seul plan ou dépôt est créé.
* *Étage actuel* : Un plan de plancher est créé pour tous les planchers appartenant à l'étage actuel.
* *Tous* : Un plan de plancher est créé pour tous les planchers du fichier bâtiment.


---

# 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://docs.dietrichs.com/dietrichs-intelligent-documentation/francais/plaene/deckenplan/plan-de-plancher-or-parametres-generaux.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.
