# Introduction

La plateforme Laws.Africa utilise un analyseur syntaxique : un traducteur automatique qui transforme le texte en clair de la fenêtre d'édition en un XML riche (voir les captures d'écran ci-dessous).

Cet analyseur s'appuie fortement sur **l'indentation** pour regrouper le contenu et ainsi capturer la structure d'un document.

Les mots-clés introduisent un groupe, et tout ce qui tombe dans ce groupe est indenté sous le mot-clé.

Voir les sous-sections "Marquage" pour plus de détails, et [Keyword reference](/francais/guide-de-balisage/keyword-reference.md) pour un résumé.

![](/files/-MIYtykNuQgHrPeW6clh)

![](/files/-MIYtosoN6pU3F1CeMU-)


---

# Agent Instructions: 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:

```
GET https://docs.laws.africa/francais/guide-de-balisage/intro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
