# Singularity Containers

- [Intro to Apptainer](https://docs.ccv.brown.edu/oscar/singularity-containers/untitled.md): This is designed to be an early users reference guide for how to build and run apptainer images on OSCAR at CCV for Brown University‌
- [Building Images](https://docs.ccv.brown.edu/oscar/singularity-containers/building-images.md): This page is designed to give a brief introduction to how to build a singularity image through the various methods available.
- [Running Images](https://docs.ccv.brown.edu/oscar/singularity-containers/running-images.md): There are three main ways to run a Singularity image on OSCAR. As an interactive shell, using the exec command, or building a runscript and using the run command.
- [Accessing Oscar Filesystem](https://docs.ccv.brown.edu/oscar/singularity-containers/accessing-oscar-filesystem.md)
- [Example Container (TensorFlow)](https://docs.ccv.brown.edu/oscar/singularity-containers/accessing-oscar-filesystem/example-container-tensorflow.md)
- [Singularity Tips and Tricks](https://docs.ccv.brown.edu/oscar/singularity-containers/singularity-tips-and-tricks.md)


---

# 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.ccv.brown.edu/oscar/singularity-containers.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.
