> 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/managing-point-themes-and-profile-collections.md).

# Managing Point Themes and Profile Collections

Point themes and Profile Collections are vital in displaying data using the Point Mapper on Wazimap. Themes are similar to the Indicator Categories in the Data Mapper while Profile Collections are similar to the Profile Indicators of the Data Mapper.

## Themes

Themes can be created and managed by navigating to **`Themes`**&#x75;nder the **`Points`**&#x73;ection of the Wazimap-NG admin page.

1. Select which profile you want to create the theme for
2. Provide a name for the theme
3. Select an appropriate icon to display

Theme colour is currently fixed according to the order of themes:

![](/files/jBd8usDkIwAPCZgps6km)

Theme colour will be more configurable in a future update. Please let us know what your needs are.

## Profile Collections

Profile Collections can be created and managed by navigating to **`Themes`**&#x75;nder the **`Points`**&#x73;ection of the Wazimap-NG admin page.

1. Select which profile you would like the Profile Collection to be associated with
2. Select which Theme you would like the new Profile Collection to fall under
3. Select the Point Collection that has the data you would like to represented by the Profile Collection
4. Decide on the Label for the Profile Collection (this will be the text that is displayed in the front-end)

***NOTE: Currently the Profile Collection Icon and Colour functionality is not working. These fields can be left empty.***


---

# 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/managing-point-themes-and-profile-collections.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.
