# Getting Started

- [squirrel utilities](https://docs.neuroinfodb.org/squirrel/getting-started/squirrel-utilities.md): The squirrel command line program
- [info](https://docs.neuroinfodb.org/squirrel/getting-started/squirrel-utilities/info.md): How to use the squirrel info tool
- [extract](https://docs.neuroinfodb.org/squirrel/getting-started/squirrel-utilities/extract.md): Extract a copy of objects from the package
- [modify](https://docs.neuroinfodb.org/squirrel/getting-started/squirrel-utilities/modify.md): Modify the contents of a squirrel package
- [bids2squirrel](https://docs.neuroinfodb.org/squirrel/getting-started/squirrel-utilities/bids2squirrel.md): Convert BIDS format to squirrel format
- [dicom2squirrel](https://docs.neuroinfodb.org/squirrel/getting-started/squirrel-utilities/dicom2squirrel.md): Convert DICOM file(s) to squirrel format
- [Example package](https://docs.neuroinfodb.org/squirrel/getting-started/example-package.md)
- [Using the squirrel library](https://docs.neuroinfodb.org/squirrel/getting-started/using-the-squirrel-library.md): Overview of how to use the squirrel C++ library


---

# 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/squirrel/getting-started.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.
