> For the complete documentation index, see [llms.txt](https://docs.walnutai.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walnutai.ai/core-features/intelligence-hub.md).

# Intelligence Hub

The Intelligence Hub acts as the central nervous system of the Walnut platform. It enables you to generate structured user stories and test cases by leveraging connected tools, imported documents, or integrated code repositories, ensuring your project assets remain synchronized with your source materials.\
\
**From this module, you can manage the following high-value activities:**

* Document Transformation: Generate structured user stories directly from uploaded requirement files.
* External Synchronization: Import requirements from connected tools like Jira or Azure DevOps.
* Technical Derivation: Leverage connected code repositories to derive relevant user stories.
* Automated Validation: Use AI to automatically generate structured, traceable test cases from any requirement source.
* Unified Alignment: Maintain a clear thread between requirements, development, and testing.


---

# 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.walnutai.ai/core-features/intelligence-hub.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.
