# Working with italicised terms

In some traditions, certain terms appear in *italics.* For example, Latin terms such as *bona fide*, *inter alia* and *pro rata*. The platform can do this automatically for specific terms.

## Italicised terms for a country

To see the list of italicised terms for a country:

1. Click **Analysis** and then **Italicised terms**.
2. Click **In \<country>** (e.g. 'In South Africa')

The listed terms will be italicised if you click **Mark up italics**.

![](/files/-MgnoM639KJjiMhjwKMJ)

![](/files/-MgnoUneYl3JpJhZKc1x)

## How to italicise terms

1. Click **Analysis** and then **Italicised terms**.
2. Click **Mark up italics**.

Laws.Africa will automatically search the document for the standard list of italicised terms for the current country, and italicise them.

The 'In this document' tab displays the terms that have been italicised in the current document.

![](/files/-Mgnp1sjc7P9P45_KvPq)

## How to remove italics

To remove italics from a single term, delete the surrounding `//`s. For example, `This //text// shouldn't be italicised` → `This text shouldn't be italicised`.&#x20;

{% hint style="info" %}
Select `text` in the above example and hit Ctrl+I to remove the italics. Hitting Ctrl+I again will re-italicise it.
{% endhint %}

To remove italics from **all** italicised terms in the document:

1. Click **Analysis** and then **Italicised terms**.
2. Click **Remove italics**.

{% hint style="warning" %}
Don't do this if you've painstakingly italicised instructions in forms like (*insert name here*), because those will be removed as well.
{% endhint %}


---

# 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/italicised-terms.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.
