> 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/point-mapper/creating-themes-for-profile-collections.md).

# Creating Themes for Profile Collections

To create a Theme, scroll down to the **`POINTS`** section again, and this time click on the **`+Add`** button next to **`Themes`** (see Figure 7, below).

<figure><img src="/files/NjOsShqvt7SlrNdBwAsK" alt=""><figcaption><p>Figure 7: In Django, click here to add a new Theme</p></figcaption></figure>

On the following page, do the following (refer to Figure 8, below):

1. Select (from the dropdown list) the **`Profile`** which should be associated with your Theme;
2. Give your Theme an appropriate **`Name`** (this will be displayed on Wazimap NG);
3. Select a preferred **`Icon`**; and
4. Scroll down and click **`Save`** in the bottom right hand corner.

<figure><img src="/files/H4ILwYQZRKQbjEVstZxb" alt=""><figcaption><p>Figure 8: Relevant fields when adding a new Theme</p></figcaption></figure>

On Wazimap NG, the theme colour is configurable. Simply add the [**`hex code`**](https://www.color-hex.com/) of your choice. The next step is to create the **`Profile Collection`** (from your point collection), that will be nested under your newly created Theme.


---

# 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/point-mapper/creating-themes-for-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.
