> 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/uploading-point-collections.md).

# Uploading Point Collections

Data is uploaded to Wazimap NG using Django (which can be accessed [here](https://production.wazimap-ng.openup.org.za/admin/login/?next=/admin/)). Once you are logged in, scroll down to the **`POINTS`** section, and click on the **`+Add`** button next to **`Collections`** (see Figure 5, below).

<figure><img src="/files/1RSBXuVhXqv3d3wTyWvJ" alt=""><figcaption><p>Figure 5: In Django, click here to add a new point collection</p></figcaption></figure>

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

1. Select (from the dropdown list) the **`Profile`** which should be associated with your point collection;
2. Give your point collection a **`Name`**;
3. Select the appropriate **`Permission type`** (Public or Private);
4. Import your point collection by clicking **`Choose file`** and selecting the .csv file you exported earlier;
5. Add the **`Source`** information; and
6. Scroll down and click **`Save`** in the bottom right hand corner.

<figure><img src="/files/DBA16seeEog328LlRgCg" alt=""><figcaption><p>Figure 6: Relevant fields when adding a new point collection</p></figcaption></figure>

## Public & Private Datasets

Datasets can be set as **`Public`** or **`Private`** under **`Permission type`**. Public datasets, and variables derived from them, can be used on any profile in Wazimap NG. This enables reuse of valuable datasets without the need for each use case to source, and upload the data again. Private datasets and variables derived from them can only be used on the profile they are assigned to under **`Profile`**.

\---

Your point collection (datatset) should now be added to Django. To display your point collection on Wazimap NG, you must first create a **`Theme`**, and then a **`Profile Collection`** (from your point collection), which will be nested under your Theme. Themes and Profile Collections are vital in displaying data using the Point Mapper on Wazimap NG.


---

# 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/uploading-point-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.
