> For the complete documentation index, see [llms.txt](https://docs.wormbrain.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wormbrain.info/explore-wormbrain/02-the-worm/meet-c-elegans.md).

# meet c elegans

*Caenorhabditis elegans*&#x20;

<figure><img src="https://1059824729-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJhKk8fm2HPrujdtw7SP3%2Fuploads%2FOMOSD4jWLIZFiUFM6ZLz%2Fc302_D_Full.png?alt=media&amp;token=91017a21-3c1d-487c-bfdc-e410a316b6e9" alt=""><figcaption></figcaption></figure>

is a transparent roundworm about one millimeter long. In the wild it lives in rotting plants and eats bacteria. In a lab it lives on a dish of *E. coli* and becomes world famous.

Researchers picked it because it is small, it grows in days, and every hermaphrodite has the same cells. Name a neuron in one worm. You will find that neuron in the next.

## Why this one

Most brains are too big to list. A mouse has tens of millions of neurons. A person has tens of billions. Adult hermaphrodite *C. elegans* has **302**. That is small enough that people sat with electron microscope photos and traced every connection by hand.

The first full wiring paper landed in 1986. John White, Eileen Southgate, J. N. Thomson, and Sydney Brenner published it after years of tracing. Later groups went back to the photos, filled gaps, and published cleaner tables. The map we run comes from that line of work, pinned to the 2019 hermaphrodite reconstruction.

## What 302 cells can already do

* Well fed, it searches in a loose wander.
* Hungry, it tightens the search.
* Some smells pull it in. Others send it packing.
* A poke on the nose makes it reverse.
* It can learn that a smell came with trouble.

Those are filmed behaviors, tied to named cells. We did not invent a personality. We inherited one and pointed it at a different world.

## Hermaphrodite, on purpose

Two sexes. The hermaphrodite is the 302-neuron animal most papers mean when they say "the worm." Males get extra tail neurons. WormBrain is the hermaphrodite map. One sex, one table, one persistent run.

{% hint style="info" %}
Nothing here claims the animal understands money. In soil, "forward" means the bacteria smell stronger that way. In WormBrain, "forward" means we placed an order. Same body plan. Different meaning. That meaning is ours.
{% endhint %}


---

# 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://docs.wormbrain.info/explore-wormbrain/02-the-worm/meet-c-elegans.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.
