> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/xoonips-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/xoonips-tutorial/1overview/1what_is_xoonips.md).

# 1. What is XooNIps ?

**XooNIps** is an easy-to-use software that can facilitates to build a database website for organizing enormous volume of information in various types of electronic formats, such as research papers, experrimental data, mathematical models, and programs along with the metadata, and to share them with users worldwide on the internet.

In other words, **XooNIps** is a neuroinformatics tool for neuroscientists who make full use of immense and complex materials, such as experimental data and programs of mathematical model.

Neuroinformatics is an emerging research field where neuroscience and informatics are combined to breakthrough the enigma of the brain. In November 2005, International Neuroinformatics Coordinating Facility (INCF) was established for facilitating international collaborations in this interdisciplinary field. Under these circumstances, the Laboratory for Neuroinformatics, RIKEN BSI, embarked on developing XooNIps which is now in public as an open source (free) software. Lately, it also has been used as an institutional repository system by universities and other institutions.

## Main features:

* By using XooNIps, even non-experts of computer systems can create a database.
* XooNIps does not bother you with thinking of logic or structure of the website; thus allows you to concentrate on web designing.
* XooNIps is mounted functions for quality control.

As of April 2007, the Neuroinformatics Japan Center (NIJC), RIKEN BSI, has taken over the responsibility for XooNIps operations including the maintenance of extended functions (add-ons).


---

# 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, and the optional `goal` query parameter:

```
GET https://xoops.gitbook.io/xoonips-tutorial/1overview/1what_is_xoonips.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
