# Neutron Docs

## Neutron

- [What is myNeutron?](https://neutron-4.gitbook.io/neutron-docs/overview/readme.md)
- [Why AI Memory Matters](https://neutron-4.gitbook.io/neutron-docs/overview/why-ai-memory-matters.md)
- [Key Concepts](https://neutron-4.gitbook.io/neutron-docs/overview/key-concepts.md)
- [Sign Up & Login](https://neutron-4.gitbook.io/neutron-docs/getting-started/sign-up-and-login.md)
- [Seeds: The Foundation of myNeutron](https://neutron-4.gitbook.io/neutron-docs/getting-started/seeds-the-foundation-of-myneutron.md)
- [Creating Seeds](https://neutron-4.gitbook.io/neutron-docs/getting-started/seeds-the-foundation-of-myneutron/creating-seeds.md): You can create Seeds in several ways depending on what you want to capture. All methods lead to the same result: your data becomes structured and ready for AI use.
- [Managing Seeds](https://neutron-4.gitbook.io/neutron-docs/getting-started/seeds-the-foundation-of-myneutron/managing-seeds.md): All Seeds appear in your Dashboard → Seeds tab. Here, you can view, edit, organize, or delete them.
- [Generate Your First Context](https://neutron-4.gitbook.io/neutron-docs/getting-started/generate-your-first-context.md)
- [myNeutron Assistant](https://neutron-4.gitbook.io/neutron-docs/getting-started/myneutron-assistant.md)
- [Querying Combined Contexts](https://neutron-4.gitbook.io/neutron-docs/getting-started/myneutron-assistant/querying-combined-contexts.md)
- [Prompting Best Practices](https://neutron-4.gitbook.io/neutron-docs/getting-started/myneutron-assistant/prompting-best-practices.md)
- [Referral & Points System](https://neutron-4.gitbook.io/neutron-docs/getting-started/referral-and-points-system.md)
- [Developer Zone](https://neutron-4.gitbook.io/neutron-docs/getting-started/developer-zone.md)
- [Use Seeds (Save, Upload, Organize)](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/use-seeds-save-upload-organize.md): Seeds are your personal memory units. Everything you save, upload, or sync becomes a Seed.
- [Generate Context (with Context Studio)](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/generate-context-with-context-studio.md): The Context Studio lets you merge multiple Seeds into a Combined Context, your AI-ready bundle of knowledge.
- [Query Seeds](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/query-seeds.md): You can ask questions directly inside myNeutron using the Query Seeds tab in Context Studio.
- [Integrations](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/integrations.md)
- [Claude / Claude Code](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/integrations/claude-claude-code.md)
- [Cursor](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/integrations/cursor.md)
- [VS Code](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/integrations/vs-code.md)
- [Other MCP Clients](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/integrations/other-mcp-clients.md)
- [FAQ](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/faq.md)
- [Resources](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/resources.md): This section serves as your central reference hub. A single place to find all official myNeutron materials, including setup guides, demos, marketing assets, and developer documentation.  Whether you’


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://neutron-4.gitbook.io/neutron-docs/overview/readme.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.
