> 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/mark-up/fix-all-caps-headings.md).

# Fixing all-caps headings

1. In View mode, click 'Analysis | Make headings Sentence case'.
2. Review and fix headings.
3. Don't forget Step 2.

### Tips

* Only run **Make headings Sentence case** when the headings are all-caps.
* Run it as a first step, then check individual headings and re-capitalise proper nouns and acronyms.
* Never run it as a last step.
* Quick-edit sections that need words re-capitalised by clicking the pencil next to the heading.

![Quick-edit section 2: 'inspector-general of police' should match the casing in subsection (1).](/files/-Lrn4O8n_omBb1haGipP)

{% hint style="info" %}
For more guidance on sentence case, see the [Laws.Africa style guide](/style-guides/laws.africa.md#headings).
{% endhint %}

## Exercise

Copy and paste the text below into the editor.

```
SEC 1. - DEFINITIONS

  Blah blah blah.

SEC 2. - NATURAL RESOURCES IN NIGERIA

  Blah blah blah.

SEC 3. - THE SABC'S INVOLVEMENT IN THE OFFICIAL PROGRAMME

  Blah blah blah. The Official Programme will be very official.

SEC 4. - HOW THIS WILL AFFECT REGULAR PEOPLE

  Blah blah blah.


```

1. Click Update.
2. Click 'Analysis | Make headings Sentence case'.
3. Quick-edit sections 2 and 3 to fix their headings.


---

# 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/mark-up/fix-all-caps-headings.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.
