> 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-additional-points-to-an-existing-point-collection.md).

# Uploading additional points to an existing Point Collection

It is possible to upload additional points to an existing point collection without having to replace the entire point collection. To do so, first prepare a .csv file with the new points to be added, as outlined under [**`Shaping Data for Point Collections`**](/wazimap-ng/point-mapper/shaping-data-for-point-collections.md).

Next, in Django, scroll down to the **`POINTS`** section, and this time click on **`Collections`** (see Figure 15, below).

<figure><img src="/files/q2WA5pBXAVcrQBgUsyzY" alt=""><figcaption><p>Figure 15: In Django, click here to locate an existing point collection</p></figcaption></figure>

The page that opens will contain all point collections for all Wazimap NG profiles. There are two ways to locate an existing point collection (see Figure 16, below):

1. If you know the point collection’s name, simply enter it in the Search bar (top left), and click **`Search`**; or
2. **`Filter`** point collections by the associated Profile (top right), and locate the desired point collection in the list.

<figure><img src="/files/XGDnW1BF44OahiXpzL4g" alt=""><figcaption><p>Figure 16: Locating an existing point collection</p></figcaption></figure>

Once located, click on the point collection’s name. The same page as shown in [**`Figure 6`**](/wazimap-ng/point-mapper/uploading-point-collections.md), earlier, will open. Next, import your new points by clicking **`Choose file`** and selecting the .csv file with the new points to be added. Then, hit **`Save`**. After refreshing your Wazimap NG Profile, the new points should appear on the map.


---

# 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-additional-points-to-an-existing-point-collection.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.
