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