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

# Current Product Surface

Neurolab combines research workflow (presently in development) with a broader set of research-organization and analysis capabilities, as detailed on the roadmap available at neurolabai.io.&#x20;

## Current Modules

| Capability                     | What researchers can do                                                                                                                                                                                                                                               |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Known-compound query           | Use Neurolab's graph neural networks to run the the primary workflow for compounds represented in the governed knowledge graph --> Rreceive a structured, versioned report.                                                                                           |
| Basic and Advanced input Modes | Submit a compound name, a molecular structure, or an explicitly conditioned structure request to have Neurolab select from the appropriate inference route and generate an interactive forecast output, available through the front-end application and in JSON form. |
| Formatted report and raw JSON  | Use Neurolab's formatted forecasts as context for agentic workflows, inspect exact fields and missingness, and export machine-readable results.                                                                                                                       |
| Section Inspector              | Examine projected (or observed) mechanisms of action, effects on cognition, and side-effect rankings together with reliability, report evidence, and separately labeled literature.                                                                                   |
| Data Explorer                  | Use natural language to rank, filter, compare, highlight, and inspect evidence within the existing report.                                                                                                                                                            |
| Report-grounded inquiry        | Ask focused questions with selected report context attached.                                                                                                                                                                                                          |
| Knowledge Graph Explorer       | Search, filter, inspect, and export the report-local evidence graph.                                                                                                                                                                                                  |
| Brain Explorer                 | Explore separately labeled brain-related channels, regions, networks, tracts, and reference context when available.                                                                                                                                                   |

Structure-first and receptor-conditioned requests have a distinct validation boundary. They are available for exploratory work, but their results should not be currently described as equivalent to the primary known-compound route.

## In Development

The following areas are are actively in development, and subject to further beta testing:

| Area                     | Direction                                                                                                                                                                                                                       |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Accounts and preferences | Private, account-owned settings for evidence presentation, response detail, personalization, and default workflows.                                                                                                             |
| Research Workbench       | Reusable investigation state containing research goals, compounds, targets, filters, model settings, graph state, and report references, and embedded access                                                                    |
| Molecular Portfolios     | Saved forecasts and deterministic comparison capabilities for molecular cohorts.                                                                                                                                                |
| Data Studio              | An expansion of the current beta version's Section Inspector capabilities. Data studio is scoped to provide a comprehensive analysis surface for structured comparison and natural-language exploration of inference artifacts. |

{% hint style="info" %}
The Neurolab AI front-end application and API are currently in beta. The Roadmap provides a deterministic commitment to specific public development deliverables. During beta testing, feature availability can vary as the application's codebase evolves.&#x20;
{% endhint %}

## Status language used in this guide

* **Available in beta:** usable in the current beta product, subject to normal access and release variation.
* **Conditional beta:** usable for exploration, with important route, validation, or applicability constraints.
* **In development:** present in the active product direction but not yet a generally available promise.
* **Planned:** a longer-term direction whose final design may change.

Neurolab's core value is the research workflow itself: structured forecasts, evidence-aware interpretation, and tools for navigating uncertainty. Developing organization and comparison features are intended to make that workflow more useful across longer research programs.

Next: [Intended Use and User Responsibilities](/beta-scope-and-responsible-use.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 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://docs.neurolabai.io/product-overview.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.
