> For the complete documentation index, see [llms.txt](https://docs.neuroinfodb.org/nidb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neuroinfodb.org/nidb/using-nidb.md).

# Using NiDB

- [User's Guide](https://docs.neuroinfodb.org/nidb/using-nidb/users-guide.md)
- [Importing data](https://docs.neuroinfodb.org/nidb/using-nidb/users-guide/importing-data.md)
- [Managing data](https://docs.neuroinfodb.org/nidb/using-nidb/users-guide/managing-data.md): This section describes how to manage meta data and imaging data files for subjects enrolled in projects.
- [Finding & exporting data](https://docs.neuroinfodb.org/nidb/using-nidb/users-guide/finding-and-exporting-data.md)
- [Managing projects](https://docs.neuroinfodb.org/nidb/using-nidb/users-guide/managing-projects.md)
- [Pipelines & analysis](https://docs.neuroinfodb.org/nidb/using-nidb/users-guide/pipelines-and-analysis.md)
- [Calendar](https://docs.neuroinfodb.org/nidb/using-nidb/users-guide/calendar.md): Calendar for appointments, scheduling of equipment time, etc
- [Administration](https://docs.neuroinfodb.org/nidb/using-nidb/administration.md)
- [Front end (user facing)](https://docs.neuroinfodb.org/nidb/using-nidb/administration/front-end-user-facing.md): Front end settings are what the users see. Projects, users, etc.
- [Back end](https://docs.neuroinfodb.org/nidb/using-nidb/administration/back-end.md): Back end are all settings and configuration that keep NiDB running
- [nidb command line](https://docs.neuroinfodb.org/nidb/using-nidb/administration/nidb-command-line.md): Command line usage of nidb


---

# 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 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/using-nidb.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.
