> For the complete documentation index, see [llms.txt](https://alusta.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alusta.gitbook.io/knowledge-base/events/combine24.md).

# Combine24

The Finnish National Gallery is hosting an open generative art competition Combine24. Participants are asked to create a new generative artwork that innovatively uses the copyright-free, CC0-licensed collection data of the Finnish National Gallery in its implementation. The competition is powered by [Highlight](https://highlight.xyz/).<br>

To enter, follow these steps:

1\. Create a new generative art collection on Highlight

2\. Deploy the collection on Sepolia Testnet

3\. Submit your work to the contest site

\
The competition is judged in two parts. From the initial submissions ten shortlisted works will be selected to compete for the three prizes and to be part of the competition exhibition, held in Helsinki in the autumn of 2024.

1. First Price (€10,000)
2. Second Price (€8,000)
3. Audience Favourite (€5,000)

Submission period 1.3.2024-31.5.2024.

Read more from the official competition website.

[combine24.alusta.art](https://combine24.alusta.art/)


---

# 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://alusta.gitbook.io/knowledge-base/events/combine24.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.
