> For the complete documentation index, see [llms.txt](https://openup.gitbook.io/wazimap-ng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openup.gitbook.io/wazimap-ng/profile-admin/untitled.md).

# Creating Profile Indicators

### When to use

A profile indicator should be used when you want to display an indicator to the user. A profile indicator is presented as a bar chart in the rich data view and is also available under the data mapper.

If your indicator only has one subindicator - i.e. only one bar in the barchart, consider using a [Profile Key Metric](/wazimap-ng/profile-admin/creating-a-profile-key-metric.md) instead.

### New Profile Indicators

![](/files/-MWj07vubPq8DF6Tpbid)

1. To create new profile indicators, log into the backend admin section with your admin account and click **`Add`** next to **`Profile indicators`**.&#x20;
2. Select the profile to associate this indicator with (there might only be a single one).
3. Select the variable on which this is based, from the dropdown list.
4. For the content type dropdown, if the indicator is based on qualitative data select **`HTML`**, otherwise leave it as **`Indicator`** for a chart type indicator.
5. Provide a meaningful name for this profile indicator in the label field - this is what users will see
6. Select the category and sub-category this indicator will be housed under (shown in both the Data Mapper and the Rich Data view).
7. Add a textual description of the indicator - this will be shown in the Rich Data view just below the relevant graph.
8. Select the choropleth method to be used - either sibling or sub-indicator. This determines what to use as the denominator when rendering the choropleth. Sibling level would be the sum of the same geography types (e.g. when viewing number of households in WC this would compare WC to the sum of all provinces). Sub-indicator method would tally up the values for the children of the current geography level (e.g. households in WC would then tally up households for all districts in WC)
9. Sub-indicators will be shown to you once you had initially saved. Sub-indicators can be reordered by dragging and dropping them.
10. Confirm the indicator is now visible on the frontend by doing a hard refresh (ctrl-shift-r)

### Display configuration

Additional configuration is possible, such as how numbers are formatted. Documentation can be found in the [wazimap techncial documentation](https://openup.gitbook.io/wazi-ng-technical/profile-indicator-configuration).&#x20;


---

# 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://openup.gitbook.io/wazimap-ng/profile-admin/untitled.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.
