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

# How To Guides

- [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 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://neutron-4.gitbook.io/neutron-docs/how-to-guides.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.
