# Retinal Stimulation Modeling Environment

## Retinal Stimulation Modeling Environment

- [Retinal Stimulation Modeling Environment (RSME)](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/master.md)
- [Preliminaries](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/preliminaries.md)
- [Python](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/preliminaries/python.md)
- [NEURON](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/preliminaries/neuron.md)
- [Systems Biology Markup Language](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/preliminaries/systems-biology-markup-language.md)
- [RSME and Model initialization](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/preliminaries/rsme-and-model-initialization.md)
- [Model specification](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/model-specification.md)
- [Meta-parameters](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/model-specification/meta-parameters.md)
- [Morphology Description](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/model-specification/morphology-description.md)
- [Network Description](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/model-specification/network-description.md)
- [Visual Stimulation](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/model-specification/visual-stimulation.md)
- [Biophysical Description](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/model-specification/biophysical-description.md)
- [Visual Stimulation](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/visual-stimulation.md)
- [Single SAC model](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/single-sac-model.md)
- [Model Initialization](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/single-sac-model/model-initialization.md)
- [Model Visualization](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/single-sac-model/model-visualization.md)
- [Model Simulation](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/single-sac-model/model-simulation.md)
- [SAC plexus model](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/sac-plexus-model.md)
- [Before we begin](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/sac-plexus-model/before-we-begin.md)
- [Model  Initialization and Visualization](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/sac-plexus-model/model-initialization-and-visualization.md)
- [Model Simulation](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/sac-plexus-model/model-simulation.md)
- [SAC-DSGC network](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/sac-dsgc-network.md)
- [Model initialization and visualization](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/sac-dsgc-network/model-initialization-and-visualization.md)
- [Model Simulation](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/sac-dsgc-network/model-simulation.md)
- [Logger](https://elishai.gitbook.io/retinal-stimulation-modeling-environment/logger.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://elishai.gitbook.io/retinal-stimulation-modeling-environment/master.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.
