> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/gpcscripting/gpc-script-guide/start-here.md).

# Start Here

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

Build, compile, program, and observe a small script while learning the report-cycle mental model that every larger GPC project depends on.

***

Work through these pages in order the first time. Return directly to any page later as a reference.

* [The smallest useful script](/gpcscripting/gpc-script-guide/start-here/the-smallest-useful-script.md)
* [Your first stateful script](/gpcscripting/gpc-script-guide/start-here/your-first-stateful-script.md)
* [Use Zen Studio Live as a tight feedback loop](/gpcscripting/gpc-script-guide/start-here/use-zen-studio-live-as-a-tight-feedback-loop.md)
* [The report pipeline](/gpcscripting/gpc-script-guide/start-here/the-report-pipeline.md)
* [Input values are not all the same layer](/gpcscripting/gpc-script-guide/start-here/input-values-are-not-all-the-same-layer.md)
* [Buttons, triggers, sticks, and sensors](/gpcscripting/gpc-script-guide/start-here/buttons-triggers-sticks-and-sensors.md)
* [Add a one-time setup phase](/gpcscripting/gpc-script-guide/start-here/add-a-one-time-setup-phase.md)
* [A clean script skeleton](/gpcscripting/gpc-script-guide/start-here/a-clean-script-skeleton.md)
* [First mistakes to recognize](/gpcscripting/gpc-script-guide/start-here/first-mistakes-to-recognize.md)
* [Checkpoint exercise](/gpcscripting/gpc-script-guide/start-here/checkpoint-exercise.md)


---

# 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://guide.cronuszen.com/gpcscripting/gpc-script-guide/start-here.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.
