# Change bullet styling

In order to change the bullet styling, navigate to *bullets* under the *styling* menu.

<figure><img src="/files/KOJjzYFo9vjaOHM8d8oJ" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Under the *enumerations* *styling* settings, we distinguish between regular and internal bullets. However, the *bullet styling* settings apply for all enumerations, if the items are displayed on different lines. Those include enumerations created with asterisks, curly brackets, and enumerations created with special functions.
{% endhint %}

## Styling per level

The styling per level tab allows you to customise the styling preferences for each level. The settings are fairly straight forward:

* **Alignment of each paragraph:** This allows you to customise the alignment of the bullet points (e.g. entered, left aligned,..)
* **Spacing of each paragraph:** Here, you can customise the bullet line spacing.
* **Font:** Properties such as font, color or size can be changed here.
* **Numbering**: Choose whether the numbering icon should be followed by a space, a tab or nothing.
* **Text flow settings of each paragraph:** Adjust the text flow of each line.

## Numbering scheme

<figure><img src="/files/cLr4vT8mG1HvYFoypRXv" alt="" width="563"><figcaption></figcaption></figure>

This section allows you to define two properties for each level:

* First, you can determine which character will be used as the bullet symbol. The options range from roman numbers and letters, to a variety of bullet characters.
* Second, under the configuration tab, you can customise how the symbols is supposed to appear. In the screenshot above, the roman number was configured to be surrounded by brackets. A preview of the final styling is displayed under preview.

{% hint style="info" %}
If you change the default settings, all bullets in the document will be formatted in that way.
{% 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://help.clause9.com/styling/how-to-styling/change-bullet-styling.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.
