> For the complete documentation index, see [llms.txt](https://docs.voltera.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltera.io/docs/v-one/learn-v-one/v-one-projects/hello-world-project.md).

# Hello World Project

The Hello World circuit is a basic LED circuit. Holding a 9-Volt battery to the **+** and **-** terminals on the circuit provides power, and a 555 timer integrated circuit (IC) controls the signal that flash the LEDs at a frequency determined by the resistors and capacitor.&#x20;

<figure><img src="https://images.ctfassets.net/e6vf9wdhbae5/4GGP3Rk7yo2vACsubvsYlt/f7cc6d0ea69a55646f679f9f22928a3d/hello-world-demo-shop.jpg" alt=""><figcaption></figcaption></figure>

We have included all the materials and components you need to print your first circuit in the Hello World kit. If you need another kit, you can grab one from our store:

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Hello World Component Kit</strong></td><td><a href="/files/FMFxJeVB7dmRi45G35Ar">/files/FMFxJeVB7dmRi45G35Ar</a></td><td><a href="https://store.voltera.io/products/hello-world-component-kit">https://store.voltera.io/products/hello-world-component-kit</a></td></tr></tbody></table>

{% hint style="warning" %}
Before starting the project, be sure to review the [Safety ](/docs/v-one/getting-started/v-one-user-manual/v-one-safety-information/english.md)[Guidelines](/docs/v-one/getting-started/v-one-user-manual/v-one-safety-information/english.md) for using the V-One.
{% endhint %}

## In a hurry?

Follow along with Mike as you learn the basics of the V-One in this step-by-step guide. He'll teach you tips and tricks as you complete your very first Hello World circuit!

{% embed url="<https://youtu.be/OrtqXj4ZFjE>" %}


---

# 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.voltera.io/docs/v-one/learn-v-one/v-one-projects/hello-world-project.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.
