# params

Series collection parameters are stored in a separate JSON file called `params.json` stored in the series directory. The JSON object is an array of key-value pairs. This can be used to store data collection parameters.

All DICOM tags are acceptable parameters. See this list for available DICOM tags <https://exiftool.org/TagNames/DICOM.html>. Variable keys can be either the hexadecimal format (ID) or string format (Name). For example `0018:1030` or `ProtocolName`. The params object contains any number of key/value pairs.

<figure><img src="https://mermaid.ink/img/pako:eNqVlFFrgzAQx7-KpAgKOrrRvTjo0_Yyxgbr2_Dlas6aVY0kcauUfvclamy1HbR9MPfP_f5eckfdk4RTJBHZCKgy5-0zLh39E5wr73X18d5GfhguKSjwzMN_OiJ6v4JkCxv0-nWaZRXmrETpDdGEwF2FghVYKumdxBPKFA4pSxTjJYjGm2i_g9vdcLkRvK6ghLyRunCrHCvte3tU1utvTHRpG9i81YZRNWX6Rf16geBrieIHzGGkdyousKxUOq2v2MIjNdBdIVNat8NUbpfzdHcpJj0bDEhrCO_MeAQUMmW5mZAJLdI9XfeImpYYUI7G7LonUzHYUXbwUTvthm99w8Tbc_Si81g1cdhrGIONO4NVI8NwBdXk6AzHN0wezdI0DXSvBN9iSEFmIAQ00cPYNKpyi3HShVuso1ZcY5zYh4le4_3Xg4_zeXDu6rei2WKxsOlfRlUW3Vc7EpACRQGM6g_G3hSIicqwwJhEOqSYQp2rmMTlQaN1pUeCL5QpLkiUQi4xIFArvmrKhERK1GihZwb6-1MMlP73fnFu9eEPqquZ5w?type=png" alt=""><figcaption></figcaption></figure>

### JSON variables

<table data-full-width="true"><thead><tr><th width="137.4">Variable</th><th width="345">Description</th><th width="366">Example</th></tr></thead><tbody><tr><td><em>{Key:Value}</em></td><td>A unique key, sometimes derived from the DICOM header</td><td>Protocol, T1w<br>FieldStrength, 3.0</td></tr></tbody></table>

### Directory structure

Files associated with this section are stored in the following directory. `subjectID`, `studyNum`, `seriesNum` are the actual subject ID, study number, and series number. For example `/data/S1234ABC/1/1`.

> `/data/<SubjectID>/<StudyNum>/<SeriesNum>/params.json`


---

# 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://docs.neuroinfodb.org/nidb/contribute/squirrel-data-sharing-format/specification-v1.0/data/subjects/studies/series/params.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.
