# v0. Autonomous Mobility

The worm brain as encoded in the Nematoduino model is simple. It is attracted to food and turns away when it senses collision. So, the experimental deployment of the worm model just tests out the codebase for what it is. Random inputs are passed to the worm's brain which trigger the chemotaxis and noseTouch functions as described earlier. This fires up the worm's muscles making it move.

<figure><img src="/files/qtc4fkaZWCs2pug4KWWs" alt=""><figcaption></figcaption></figure>

The simulation runs on a simple CPU. You may be trusting the developer's claims on the worm's movement, but hopefully you aren't using the worm's coordinates for anything more than killing time.


---

# 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://docs.deepworm.xyz/deepworm/the-worms-lifecycle/v0.-autonomous-mobility.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.
