> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/nl/producttour-webapp/exporteren-downloaden/scoutnotities-exporteren-als-shapefile.md).

# Scoutnotities exporteren als shapefile

GeoPard laat u scoutingnotities in batches exporteren via de gebruikersinterface in shapefile-indeling.

### Optie 1: Shapefile-export

U kunt scoutingnotities downloaden van **Exporteren** in het linkermenu: [app.geopard.tech/#/export](http://app.geopard.tech/#/export)\ <br>

![Scoutingpunten downloaden via de exportpagina](https://mail.google.com/mail/u/0?ui=2\&ik=53255fd02d\&attid=0.1\&permmsgid=msg-a:r3523420283203690248\&th=1919575a7ee0690b\&view=fimg\&fur=ip\&sz=s0-l75-ft\&attbid=ANGjdJ97DpJzU_jkMvtUT4BoPi8rVh-RRMv8mioLU8RoyTXggaEhowWe86gCoZKsmLKYjvW5nhZ80lwdHeKYKPVyijusvcfIZr27-4wjkg4jsoCvnqmfzn6Nx878rIo\&disp=emb\&realattid=ii_m0culs5f1)

Het gedownloade ZIP-bestand bevat één of meer shapefiles, met één SHP per scoutinglaag.

<figure><img src="/files/c695641bc802afea2fd550207b03220e10f04ffa" alt=""><figcaption><p>Zipbestand: shapefile per perceel met scouting-/bemonsteringspunten</p></figcaption></figure>

De shapefile ziet er in QGIS zo uit:

<figure><img src="/files/89b24e2852a37e348cc10e54148416a486cecd16" alt=""><figcaption><p>GeoPard-scoutingpunten gedownload en weergegeven in QGIS</p></figcaption></figure>

### Optie 2: Coördinaten van scoutingpunten kopiëren via de kaartbediening

<figure><img src="/files/18d053d15203a2f723418d85d54da6d65f13f236" alt=""><figcaption><p>Optie 2: coördinaten van het punt op de kaart kopiëren</p></figcaption></figure>

### Optie 3: API-export

[Scoutingpunten exporteren](/geopard-tutorials/nl/api-documentatie/overzicht-van-geopard-api-verzoeken/71.-mutatie-een-zip-archief-met-notities-genereren.md) via de GeoPard API.


---

# 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://docs.geopard.tech/geopard-tutorials/nl/producttour-webapp/exporteren-downloaden/scoutnotities-exporteren-als-shapefile.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.
