> For the complete documentation index, see [llms.txt](https://koii-network.gitbook.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://koii-network.gitbook.io/getting-started/microservices-and-tasks/quote-of-the-day-example-task.md).

# Example Task: Google Doodle

**Google Doodle** task is a simple Koii task for retrieving and validating a scrapped doodle. It is a simple Koii task and an excellent way to get started writing Koii tasks.

Let's first understand the logic behind the task before moving on to the coding aspect.

## Google Doodle Task Logic

The latest google doodle is scraped from [Google/doodles](https://www.google.com/doodles) and submitted to K2.

To validate a node's submission, the most recent Google doodle is retrieved and compared to what was submitted to K2. If it does, the node's submission is valid; otherwise, it is invalid.

{% hint style="info" %}
If you encounter any difficulties, fell free to contact us at [Koii support](https://share.hsforms.com/1Nmy8p6zWSN2J2skJn5EcOQc20dg) or chat us at [Discord](https://discord.com/invite/koii).
{% endhint %}
