# Resources

### **Medium Guides**

Our official Medium page is where we share product updates, feature explainers, and step-by-step user guides.

**Featured Articles**

1. [**myNeutron Quick Start: From Zero to Your First Memory in Minutes**](https://medium.com/vanarchain/myneutron-quick-start-from-zero-to-your-first-memory-in-minutes-ebd28040a93b?utm_source=chatgpt.com)\
   → A fast onboarding guide showing how to capture your first Seeds and combine them into context.
2. [**myNeutron — All You Need to Know (Quick Start Deep Dive)**](https://medium.com/vanarchain/myneutron-all-you-need-to-know-quick-start-b19d873e62dc)\
   → A comprehensive breakdown of all features, including Chrome Extension, Combined Contexts, and Integrations.
3. [**Vanar Chain x myNeutron: Powering AI Memory Infrastructure**](https://medium.com/vanarchain)\
   → Insight into how myNeutron fits within the Vanar AI ecosystem and connects to the broader data infrastructure.

> **Tip:** Medium is also the best place to follow product release notes, tutorials, and new integration announcements.

***

### **Google Drive Marketing Assets**

All official visuals, demo clips, and promotional materials are available in the public marketing drive.\
These can be used by partners, community members, or creators for approved use.

**Access Folder:**\
🔗 [Google Drive — myNeutron Marketing Assets](https://drive.google.com/drive/folders/1bnKmxNykR8T7uvhB2ncEuWeFJTEs5no7?usp=drive_link)

**Included Materials**

* Logos and brand visuals
* Product screenshots (dashboard, Seeds, Context Studio, integrations)
* myNeutron demo videos (MP4)
* Graphics and templates for posts or decks

> **Guideline:** Always use the lowercase “myNeutron” spelling when creating visual or written content.

***

### **Demo Videos**

Experience myNeutron in action with quick product walkthroughs.

**Available Demos**

1. **MyNeutron – Demo2.mp4**\
   → Full product flow: sign-up → extension → create Seed → combine context → query.
2. **MyNeutron – ContextAwareIDEs-v2.mp4**\
   → Demonstrates integration between myNeutron and IDEs via MCP.
3. **Quick Memory Setup Demo**\
   → A 1-minute short showing how to generate a Combined Context and query your Seeds.

> **Tip for Creators:** You can reuse clips from these videos for your community posts or explainer content.

***

### **API Documentation (Future)**

The **myNeutron Public API** will provide developers with programmatic access to Seeds, Contexts, and integrations.

#### Planned Sections

* API Overview & Authentication
* Endpoints Reference (`/seeds`, `/contexts`, `/query`, `/users`)
* Example Workflows
* SDKs for Python / JavaScript
* Webhooks & Event Streams

**Early Access:**\
Developers can already begin testing integration logic using **MCP** connections, which will later mirror the API schema.

> **Coming Soon:** Public developer portal and API playground will launch alongside the first REST endpoints.

***

### **Support / Contact**

Need assistance, collaboration, or access to private resources?\
Our team and community are here to help.

#### 📨 Contact Channels

* **Email:** <support@myneutron.ai>
* **Website:** <https://myneutron.ai>
* **Medium Blog:** <https://medium.com/vanarchain>
* **GitBook:** (You’re here!)

#### For Developers

* Integration inquiries: <dev@myneutron.ai> *(coming soon)*
* MCP / API feedback: via GitHub issues once public repo launches


---

# 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/resources.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.
