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