> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/build-pages/how-do-i-create-a-numbered-or-bullet-list-in-maker.md).

# How do I create a numbered or bullet list in Maker

{% stepper %}
{% step %}

### Highlight your text and wait for the toolbar to appear on top. Select the icon for Numbered List

<figure><img src="/files/crZE0G98mGLo4bWpU8wL" alt="How do I create a numbered or bullet list in Maker — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Or, the Bullet List/Unordered List.

<figure><img src="/files/et62NFAoyIw9IJi5l1w5" alt="How do I create a numbered or bullet list in Maker — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Styling options can also be applied. Look for List Style via the right contextual panel:

<figure><img src="/files/DiFLtpx8Ol79tBR43nrz" alt="How do I create a numbered or bullet list in Maker — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click the drop-down menu to open the whole different styling options for both numbered and bullet lists:

<figure><img src="/files/xTnXBknLCpX8YGsI8kXe" alt="How do I create a numbered or bullet list in Maker — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### All styling option available for both Bullet and Numbered list:

<figure><img src="/files/LmZqGIJacgrohl8QZAwC" alt="How do I create a numbered or bullet list in Maker — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### To enter a specific indentation for your list, you may add them here:

<figure><img src="/files/z0hBEGcKCc4ykb9aFuwG" alt="How do I create a numbered or bullet list in Maker — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### To reset the style of your lists, click 'Reset Style' via the right contextual panel:

<figure><img src="/files/1k1hlgEMZlmnxb4BT9Ch" alt="How do I create a numbered or bullet list in Maker — step 7"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.maker.co/maker-pages/build-pages/how-do-i-create-a-numbered-or-bullet-list-in-maker.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.
