> For the complete documentation index, see [llms.txt](https://docs.k2geospatial.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.k2geospatial.com/en2/jmap-server-extensions/documents/jmap-documents-user-guide/documents-for-jmap-survey.md).

# Documents for JMap Survey

**JMap Documents** allows a JMap Survey user to access documents via objects on the map. These documents can be stored in a document depot or in a document management system.

JMap Documents Survey allows you to perform a number of actions, including:

* List documents associated with a map object, displaying thumbnails with the documents' metadata.
* Access documents by opening them in their designated applications and share them using phone sharing features.

## Accessing documents associated with an object

To access documents associated with an object in JMap Survey:

1. Open the mouseover bubble of the object whose associated documents you wish to access.
2. Touch the ![img](file:///Users/gorzanco/Library/CloudStorage/GoogleDrive-gorzanco@k2geospatial.com/Disques%20partage%CC%81s/K06-Documentation%20\(technique%20&%20commerciale\)/02%20Extensions/Documents/8.0/EN/assets/documents.png?lastModify=1706284122) icon to access **Documents**. If the icon is not displayed and you know the **Documents** extension is installed on the server and you have permission to access it, this means that no documents are associated with the object. If there are documents associated with the object, they will be displayed as thumbnails.
3. Touch a thumbnail to access a document. The corresponding application or Web page (Google Drive, Word, Excel, etc.) opens to display the document. You can use the iOS or Android share extensions.

   ![img](file:///Users/gorzanco/Library/CloudStorage/GoogleDrive-gorzanco@k2geospatial.com/Disques%20partage%CC%81s/K06-Documentation%20\(technique%20&%20commerciale\)/02%20Extensions/Documents/8.0/EN/assets/clip_064.png?lastModify=1706284122)
4. Touch **OK** to return to the mouseover bubble.
5. Touch ![img](file:///Users/gorzanco/Library/CloudStorage/GoogleDrive-gorzanco@k2geospatial.com/Disques%20partage%CC%81s/K06-Documentation%20\(technique%20&%20commerciale\)/02%20Extensions/Documents/8.0/EN/assets/close-infobulle.png?lastModify=1706284122) to close the mouseover bubble.


---

# 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.k2geospatial.com/en2/jmap-server-extensions/documents/jmap-documents-user-guide/documents-for-jmap-survey.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.
