# Neural SEED

### **Overview**

Neural Seed is Pixotchi’s integrated AI assistant designed to support players, improve accessibility, and streamline decision-making. It enhances the gameplay experience by offering real-time guidance throughout the ecosystem.

***

### **Capabilities**

Neural Seed can:

* Explain game mechanics, tokens, and contract behavior
* Provide personalized suggestions based on your plant or land state
* Help new players understand the game loop without external resources
* Assist with troubleshooting and navigation inside the app
* Interpret onchain data and summarize player-specific actions

The assistant’s responses continuously improve as the game and contracts evolve.

***

### **Design Principles**

* **Onchain Awareness:** Neural Seed references the live state of the ecosystem when applicable
* **Player Support First:** Guidance prioritizes clarity and practical steps
* **Consistent With Docs:** Always aligned with the official rules and mechanics
* **Lightweight and Embedded:** Accessible inside the app without requiring external tools


---

# 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://doc.pixotchi.tech/game-mechanics/neural-seed.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.
