> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/faq-en/service/design-challenge.md).

# Design challenge

## What is the design challenge?

The design challenge hosted by Archisketch is your chance to unleash your creativity. Each challenge comes with a new theme, and you're done once you turn your design into a portfolio and submit it! Winners can receive prize money and various benefits, and outstanding works will be featured through Archisketch's and collaborating brands' official channels.

[View previous design challenges →](https://www.archisketch.com/ko/design-community/)

## 🛠 How to participate

### Step 01

**Understand how to participate in the challenge**

Each challenge has a slightly different theme. We recommend checking the theme on the challenge page first before starting your design!

**Create a portfolio**

Please turn the project you made in Archisketch into a \[portfolio] and post it. \*No limit on the number

[**\[See how\]**](/user-en/manage-project/portfolio.md)

**Submit your design**

When you click Submit on the challenge page, you can see a list of projects that have portfolios. Then select the project you want and submit it.

### Step 02

**Personal information consent form**

To give participants a complimentary gift, after the contest ends, the winners will receive a ‘Personal Information Use Consent Form’ by email!

**Prize money and benefits**

The winner notification will be sent by email to the account you registered with Archisketch. If you do not reply within 7 days after it is sent, it will be invalidated, so please check your inbox!

**Priority access to the next challenge**

Those who participate in the challenge will be given the opportunity to receive news about the next challenge in advance! We look forward to your interest.


---

# 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.archisketch.com/guide/faq-en/service/design-challenge.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.
