# Metadata template

We recommend using the open-source format such as JavaScript Object Notation (JSON) for the metadata standard for its accessibility. JSON can be read with widely available libraries across multiple coding platforms (e.g., the json module in python). Once imported, the metadata can be exported to formats such as XML or even as a flat ASCII delimited file. This versatility would encourage interoperability, from generating the metadata during deployment to post-processing, analysis, and long-term storage.

Here is an example of the [metadata schema in JSON format](https://github.com/DAS-RCN/DAS_metadata/blob/main/template/example_poro.json), which can be visualized using many open-access software (e.g., JSON Viewer Pro ([link](https://chrome.google.com/webstore/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc)))

![Tree view of example JSON](/files/YP1fJkOel5ZBUscLnje7)


---

# Agent Instructions: 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:

```
GET https://das-metadata.gitbook.io/das-metadata-standard-by-das-rcn/template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
