> For the complete documentation index, see [llms.txt](https://cellular-automata.gitbook.io/cellular-automata-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cellular-automata.gitbook.io/cellular-automata-documentation/chapter-1-what-is-cellular-automata/quickstart.md).

# Getting you started

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

Definition

1. **Grid/Cells**: A grid where each cell has a state (e.g., 0 or 1).
2. **Rules**: Deterministic rules that dictate state changes based on neighbors.
3. **Time Steps**: Discrete moments when states update simultaneously.

#### Examples

* **Conway's Game of Life**: Models population growth and decay.
* **Rule 110**: Capable of universal computation.

#### Applications

* Biology (e.g., population dynamics)
* Physics (e.g., fluid flow)
* Cryptography (e.g., randomness generation)
* Art (e.g., fractals and procedural graphics)

Here’s a unified **"evolving" ASCII art** inspired by Cellular Automata ($CA) and its themes of growth, patterns, and AI acceleration:

```arduino
arduinoCopy code        .   o   .       
     o ### ### ### o    
   o ###   BURN   ### o  
  o ##  PLAY + EARN  ## o  
   o ###   CA   ### o    
     o ### ### ### o    
        *   o   *       
     o ####### #### o    
   o #### AI POWER #### o  
  o ## ACCELERATION ## o   
   o  EVOLVE + CREATE o    
     ~~~~~~~~~~~~~~~     
```

This artwork symbolizes:

* The **dot and circle layers** as the foundational simplicity of cellular automata.
* The **BURN, PLAY, and EARN** zones representing the core mechanics.
* The **AI POWER + ACCELERATION** zone reflecting the project’s purpose of driving AI evolution.
* The **Evolve + Create** layer tying it all together as the system's ultimate goal.

It captures the dynamism and purpose of $CA in a single visual piece.


---

# 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:

```
GET https://cellular-automata.gitbook.io/cellular-automata-documentation/chapter-1-what-is-cellular-automata/quickstart.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.
