> 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/example.md).

# Exemple

Au Nigeria, la section 2 de la loi 3 de 2011 (<https://edit.laws.africa/works/ng/act/2011/3/>) se lit comme suit (je l'ai légèrement paraphrasé) :

> L'article 6 de la Constitution est modifié au paragraphe (5) par l'insertion, immédiatement après l'actuel paragraphe (c), d'un nouveau paragraphe "(cc)"-.
>
> > ''cc) le Tribunal national de l'industrie ;".

**L'amendement** consiste à insérer le nouveau paragraphe (cc) à l'article 6, paragraphe 5, de la Constitution, après l'actuel paragraphe (c).

**L'annotation** devrait nous renseigner :

* *la modification apportée* : l'insertion d'un nouveau paragraphe (cc)
* *son origine* : l'article 2 de la loi 3 de 2011.

L'article 6 de la Constitution telle qu'amendée ressemblerait alors à ceci :

> **6. Pouvoirs judiciaires**
>
> …
>
> (5) Cette section concerne...
>
> …
>
> &#x20;       (c)    paragraphe c. existant
>
> &#x20;       (cc)  le Tribunal national de l'industrie ;
>
> &#x20;                *\[paragraphe cc) inséré par l'article 2 de la loi n° 3 de 2011].*
>
> &#x20;       (d)    paragraphe d existant ;
>
> …


---

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

```
GET https://docs.laws.africa/francais/la-gestion-du-travail/amending-works/example.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.
