> 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/creating-a-profile-highlight.md).

# Creating a Profile Highlight

Here are the steps to create a Profile Highlight (as shown in the image below):

{% file src="/files/RHgkQ9Vf3O4cq6ESNaql" %}
An example of a Profile Highlight showing the number of persons aged 60+ for the Western Cape
{% endfile %}

**STEP 1:** Create and upload a dataset for the Profile Highlight of interest (e.g., Persons aged 60+), using the same method discussed under [*Creating Datasets*](/wazimap-ng/profile-admin/creating-datasets.md).

**STEP 2:** Create a variable from you uploaded dataset, using the same method discussed under [*Creating Variables*](/wazimap-ng/profile-admin/uploading-datasets.md).

**STEP 3:** Under the Profile Menu (in Django), select *Add New Profile Highlight*, and it will redirect you to the page, as show below.

![Add New Profile Highlight page in Django](/files/ypsflvXjyrPYbLi9Wuf3)

**STEP4:** Select your *Profile* from the drop-down list.

**STEP 5:** Select the *Variable* you previously created from your dataset.

**STEP 6:** Add a label or title for the *Profile Highlight*.

**STEP 7:** Select the *Sub-Indicator* to be displayed.

**STEP 8:** Under *Denominator*, select *Absolute Value*.

**STEP 9:** Scroll down, hit Save, and refresh the Wazi Profile. Your Profile Highlight should now show the value for the selected geography.


---

# 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/creating-a-profile-highlight.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.
