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

# Example

In Nigeria, section 2 of Act 3 of 2011 (<https://edit.laws.africa/works/ng/act/2011/3/>) reads as follows (I've paraphrased slightly):

> Section 6 of the Constitution is altered in subsection (5) by inserting immediately after the existing paragraph (c) a new paragraph "(cc)"―
>
> > "(cc) the National Industrial Court;".

To make the **amendment**: insert the new paragraph (cc) in section 6(5) of the Constitution, after the existing paragraph (c).

The **annotation** should tell us:

* *what* the change was: the insertion of a new paragraph (cc)
* *how* it came about: by section 2 of Act 3 of 2011.

Section 6 of the Constitution as amended would then look something like this:

> **6. Judicial powers**
>
> …
>
> (5) This section relates to—
>
> …
>
> &#x20;       (c)    existing paragraph c;
>
> &#x20;       (cc)  the National Industrial Court;
>
> &#x20;                  *\[paragraph (cc) inserted by section 2 of Act 3 of 2011]*
>
> &#x20;       (d)    existing paragraph d;
>
> …


---

# 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/managing-works/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.
