> 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/installation/fichier-de-configuration/section-xxxx.md).

# Section \[\*xxxx]

Les sections préfixées par \* permettent d'avoir plusieurs configurations serveurs associées à un exécutable SIMAX. Elles sont proposées au lancement de la solution.

&#x20;

S'il y a plusieurs sections \[\*XXXX] (plusieurs configurations), vous devrez choisir une des configurations pour lancer la solution sur le paramétrage choisi.

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

Le mode de fonctionnement est le suivant :

L'information est en premier cherchée dans la section \[\*xxxx], si elle n'est pas présente, elle est alors cherchée dans la section \[GENERAL].

&#x20;

Exemple : s'il y a une clé partage dans une section \[XXXX], alors c'est celle-ci qui sera utilisée par la solution, s'il n'y a en a pas dans la section \[XXXX], alors SIMAX utilisera la clé partage contenue dans la section \[GENERAL].

<figure><img src="/files/5yAhjbrCaiPqkIdpuiEu" alt=""><figcaption></figcaption></figure>

Note: il est possible d'exécuter SIMAX en lui précisant dans la ligne de commande la configuration à utiliser. Cela permet de faire plusieurs raccourcis pour lancer le même exécutable.

/CONFIG=Nom de la config

Exemple :

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

&#x20;


---

# 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/installation/fichier-de-configuration/section-xxxx.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.
