> 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/how-tos/document-elements/making-comments.md).

# Making comments

Some typos, like a missing space after a comma, can be fixed without comment.

Others, like a misnumbered element, may not be changed by anyone other than the official source of the legislation. We leave these as is and [insert a note](/how-tos/document-elements/inserting-editorial-notes.md).

For typos or grammar errors that have a likely correction, but we can't be completely sure without checking with the drafters of the legislation, we make a comment as follows:

1. Highlight the text.
2. Click on the comment bubble on the right (it will only appear once text is selected).
3. Make a comment and click **Comment**.

### Tips

You can reply to comments, create tasks from them, and if it's your own comment you can resolve or delete it.

![Select the text and click on the comment bubble](/files/-MaU3I1-Az1U-PXcRLXj)

![Type your comment and click Comment](/files/-MaU3WvBHQaiLjI14Wxy)

![Use the 'up / down' arrows to jump between comments on a document](/files/-MaU3eR29XthcOugeofz)

![Click on the dropdown of an existing comment to do more](/files/-MaU5LwMouEmvKO0emP3)


---

# 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/how-tos/document-elements/making-comments.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.
