> 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/bg/obikolka-na-produkta-ueb-prilozhenie/eksport-izteglyane/eksport-na-belezhki-ot-obsledvane-kato-shapefile.md).

# Експорт на бележки от обследване като Shapefile

GeoPard ви позволява да експортирате наведнъж бележки от огледи чрез потребителския интерфейс във формат shapefile.

### Вариант 1: Експорт в Shapefile

Можете да изтеглите бележки от огледи от **Експорт** в лявото меню: [app.geopard.tech/#/export](http://app.geopard.tech/#/export)\ <br>

![Изтегляне на точки от огледи през страницата Export](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)

Изтегленият ZIP файл съдържа един или повече shapefiles, по един SHP за всеки слой с огледи.

<figure><img src="/files/b71656d4cda95b849530280f6a98f00641decb10" alt=""><figcaption><p>Zip файл: shapefile по поле с точки от оглед/вземане на проби</p></figcaption></figure>

Shapefile-ът изглежда така в QGIS:

<figure><img src="/files/a4133e05a02fdb8b6b01494d3c0b6dbb77401553" alt=""><figcaption><p>Точки от оглед на GeoPard, изтеглени и показани в QGIS</p></figcaption></figure>

### Вариант 2: Копиране на координатите на точка от контролата на картата

<figure><img src="/files/5b97125ed0418ebf620f1402a730c382995feea2" alt=""><figcaption><p>Вариант 2: копиране на координатите на точката от картата</p></figcaption></figure>

### Вариант 3: API експорт

[Експорт на точки от оглед](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/71.-mutaciya-generirane-na-zip-arkhiv-s-belezhki.md) чрез 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/bg/obikolka-na-produkta-ueb-prilozhenie/eksport-izteglyane/eksport-na-belezhki-ot-obsledvane-kato-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.
