# Meta-parameters

This is a meta-parameters specification, in which a simulation description can be given, simulation duration is specified, and references to four other XML files are given.&#x20;

In the following meta-parameters XML file, we defined a 1.5-second simulation and provide references to four other model specification XML files, described next.

```
<simulation_parameters xmlns="RSME">

  <simulation_description> single_SAC  </simulation_description>
  <simulation_duration>    1500        </simulation_duration>

  <visual_stimulation> single_SAC_visual_expanding.xml  </visual_stimulation>
  <network>            single_SAC_network.xml           </network>
  <morphology>         single_SAC_morphology.xml        </morphology>
  <biophysics>         single_SAC_biophysics.xml        </biophysics>

</simulation_parameters>

```

In the following chapters, the four specification files will be described.


---

# 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://elishai.gitbook.io/retinal-stimulation-modeling-environment/model-specification/meta-parameters.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.
