> 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/technique/acces-extranet/marche-a-suivre-pour-une-connexion-automatique-et-anonyme-a-simax-extranet.md).

# Marche à suivre pour une connexion automatique et anonyme à SIMAX Extranet

Cette fonctionnalité peut par exemple être utile afin de proposer un client web de type site Web marchand, en effet lorsqu'on arrive sur un site web marchand, il n'est pas nécessaire de se connecter pour utiliser ses fonctionnalités.&#x20;

Il faut l'activer dans le site d'admin du site web.

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

En mode anonyme, SIMAX n'a aucune info sur l'utilisateur extranet connecté (puisqu'il n’y en a pas).

Donc les fonctions FormulaireExtranet et IdentifiantExtranet renvoi 0 (voir nouveauté NV09N000204 Fonctions pour Extranet (04.00.0927.05)).

&#x20;

L'utilisateur SIMAX et le mot de passe, sont utilisés pour le passage en mode connecté.

&#x20;

La liste Liens vers permet d'ajouter des boutons pour donner accès à d'autres sites ;

Cela permet d'avoir un site anonyme qui donne accès à plusieurs sites extranet (par exemple, un anonyme médical avec un extranet patient et un extranet praticien).


---

# 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/technique/acces-extranet/marche-a-suivre-pour-une-connexion-automatique-et-anonyme-a-simax-extranet.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.
