> For the complete documentation index, see [llms.txt](https://docs-jmapserver-lima.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-jmapserver-lima.k2geospatial.com/e/administrator/jmap-server-administrator-manual/resources-spatial-data/configuring-spatial-data-sources/metadata.md).

# Metadata

Metadata can be associated with spatial data sources in JMap. It can include information such as the person who produced the data, the date it was updated, a description, etc. Users can view this information for the corresponding layers in JMap applications. Metadata can be entered directly into JMap Admin using preset templates or it can be taken from an external metadata management system. Refer to the [Metadata Templates](#metadata-templates) section for more information on creating templates.

To access the metadata settings of a spatial data source, click on **Metadata** in the details section of a spatial data source. The following options are available:

<table data-header-hidden><thead><tr><th width="174.5"></th><th></th></tr></thead><tbody><tr><td>Type</td><td>3 options are possible:<br><strong>None</strong>: No metadata is associated with this data source.<br><strong>External</strong>: The metadata comes from a metadata management system that is outside of JMap and accessed through a URL. The URL must be entered in the URL field below.<br><strong>Template</strong>: The metadata is entered directly in this section using the selected template.</td></tr><tr><td>URL</td><td>If the type of metadata is external, this setting defines the URL to be opened in order to view the metadata associated with this spatial data source.</td></tr><tr><td>Template</td><td><p>If the type of metadata is template, select the template to be used for this data source. </p><p>The metadata entry form for this template displays. </p><p>Enter the metadata in the various fields.</p></td></tr></tbody></table>

Layers whose data originates from spatial data sources with metadata will automatically inherit this metadata. Metadata can be viewed by users of JMap Web, JMap NG and JMap Pro applications.


---

# 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-jmapserver-lima.k2geospatial.com/e/administrator/jmap-server-administrator-manual/resources-spatial-data/configuring-spatial-data-sources/metadata.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.
