> For the complete documentation index, see [llms.txt](https://docs.climateclock.world/climate-clock-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual.md).

# Portable Action Clock User Manual

- [QUICK START](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/quick-start.md)
- [Action Clock Fourth Generation (gen4)](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/action-clock-fourth-generation-gen4.md): If your clock has dials on the side you're in the right place!
- [Action Clock Gen4 Maker Details](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/action-clock-fourth-generation-gen4/action-clock-gen4-maker-details.md): Detail of the inner workings and wiring of the electronics in the Portable Action Clock v4.
- [Manual Software Update on 4th gen Action Clock](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/action-clock-fourth-generation-gen4/manual-software-update-on-4th-gen-action-clock.md): Your 4th gen. action clock should automatically update it's software if the wifi is connected to internet. But this is the process to manually update to the latest or custom software if it has not.
- [gen1/gen2 Getting Started](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/getting-started.md): If your clock has an NES Nintendo controller sliding doors in the back or a magnetic closure you are looking at the correct instructions.
- [Update your clock](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/getting-started/update-your-clock.md)
- [DONT LOOK UPdate](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/getting-started/update-your-clock/dont-look-update.md)
- [FAQ](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/getting-started/faq.md)
- [OUTDATED: Make a Climate Clock](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/getting-started/make.md)
- [Climate CAR Clock](https://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual/climate-car-clock.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://docs.climateclock.world/climate-clock-docs/portable-clock-user-manual.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.
