> For the complete documentation index, see [llms.txt](https://altec-atls.gitbook.io/altec-atls-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://altec-atls.gitbook.io/altec-atls-api/prerequis.md).

# Prérequis

Avant de commencer, assurez-vous d'avoir :&#x20;

* Une Clé Client fourni par la société Altec Atls, permettant l'accès aux API.
* Une Clé Produit à récupérer sur le web-serveur du produit afin de l'associer à votre Clé Client.
* Un environnement pour envoyer des requêtes API RESTful.
* Un produit SIMPL'GSM V2.007 minimum ou SWITCH'GSM V4.009 minimum.
* Activer l'application sur le web-serveur du produit et activer les paramètres utiles à votre usage.

## Activer l'application sur le produit

À partir du web-serveur du produit dans la page Programmation > Application

<figure><img src="/files/3ImtvP3tStYuplVDCC6E" alt=""><figcaption></figcaption></figure>

## Récupération de l'identifiant et de la Clé Produit

À partir du web-serveur du produit :

1. Récupération de l'identifiant au début de la page Programmation > Application

   <figure><img src="/files/Xx1XljNHMYrRFFAG6ulh" alt=""><figcaption></figcaption></figure>
2. Récupération de la Clé Produit

Activer la Clé Produit numéro 1 puis cliquer sur le bouton Sauvegarder afin de générer la Clé Produit.\
Il s'agit d'un nombre aléatoire composé de 6 chiffres.

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

{% hint style="danger" %}
Désactiver la Clé Produit entraîne la suppression de tous les accès lié à cette Clé Produit.\
Si vous aviez suivi la procédure [Ajouter un produit](/altec-atls-api/points-de-terminaison-api/ajouter-un-produit.md), celui-ci sera perdu.
{% endhint %}

3. Récupérer la Clé Produit pour l'API (556416 dans l'exemple ci-dessous)

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

{% hint style="warning" %}
Le produit doit être connecté au serveur d'application.
{% endhint %}

Cela peut être vérifié sur le web-serveur en bas à gauche de la page Options > Etat du produit

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


---

# 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://altec-atls.gitbook.io/altec-atls-api/prerequis.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.
