> For the complete documentation index, see [llms.txt](https://docs.laws.africa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.laws.africa/francais/la-gestion-du-travail/amending-works/exercise.md).

# Exercice

La loi 5 de 2012 contient les dispositions suivantes :

> 1\. À l'article 1 de l'acte principal, supprimer le paragraphe (1).\
> 2\. À l'article 3 de l'acte principal, après le paragraphe (a), insérer ce qui suit :\
> &#x20;  "(aA) un nouveau paragraphe ;"\
> 3\. À l'article 4 de l'Acte principal, remplacer le paragraphe (2) par ce qui suit : "(2) Nouveau paragraphe :\
> &#x20;   "(2) Nouveau paragraphe."

1. Copiez et collez le texte ci-dessous dans l'éditeur.
2. Appliquez les amendements indiqués ci-dessus.
3. Annoter les amendements.

```
SEC 1 - Première section de l'acte principal

  SUBSEC (1)

   Le premier paragraphe sera supprimé.

  SUBSEC (2)

    Celle-ci sera laissée à elle-même.

SEC 2 - Deuxième section de l'acte principal

 Celle-ci sera laissée à elle-même.

SEC 3 - Troisième section de l'acte principal

 Texte d'introduction :
  
  PARA (a)
  
    premier paragraphe;
  
  PARA (b)
  
   paragraphe suivant ; et
  
  PARA (c)
  
    dernier paragraphe.

SEC 4 - Quatrième section de l'acte principal

  SUBSEC (1)

    Celle-ci sera laissée à elle-même.

  SUBSEC (2)

   Ancienne sous-section (sera remplacée).


```

Lorsque vous avez terminé, il devrait ressembler à ceci en mode affichage :

![](/files/-Mc9ZwcFkMR0UTcfeky2)

et comme ceci en mode édition :

```
SEC 1 - Première section de l'acte principal

  SUBSEC (1)

    {{*[paragraphe (1) supprimé par l'article 1 de la loi 5 de 2012]}}

  SUBSEC (2)

    Celle-ci sera laissée à elle-même.

SEC 2 - Deuxième section de l'acte principal

  Celle-ci sera laissée à elle-même.

SEC 3 - Troisième section de l'acte principal

 Texte d'introduction :
  PARA (a)
  
    premier paragraphs;

  PARA (aA)
  
    un nouveau paragraphe;
    
    {{*[paragraph (aA) inserted by section 2 of Act 5 of 2012]}}
  
  PARA (b)
  
    paragraphe suivant ; et
  
  PARA (c)
  
    dernier paragraphe.
    
SEC 4 - Quatrième section de l'acte principal

  SUBSEC (1)

    Celle-ci sera laissée à elle-même.

  SUBSEC (2)

    Nouvelle subsection.

  {{*[paragraphe (2) remplacé par l'article 3 de la loi 5 de 2012]}}
    

```


---

# 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.laws.africa/francais/la-gestion-du-travail/amending-works/exercise.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.
