> 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 a design challenge?

The design challenge hosted by Archisketch is an opportunity to unleash your creativity. Each challenge has a new theme, and participation is complete when you create your own design as a portfolio and submit it! Winners can receive prize money and various benefits, and outstanding works will be featured through the official channels of Archisketch and collaborating brands.

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

## 🛠 How to participate

### Step 01

**Learn how to participate in the challenge**

The theme changes slightly with each challenge. We recommend checking the theme on the challenge page first, then 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

[**\[View instructions\]**](/guide/user-en/manage-project/portfolio.md)

**Submit your design**

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

### Step 02

**Personal information consent form**

To provide giveaway gifts to participants, after the contest ends, winners will be sent a "personal information use consent form" by email!

**Prize money and benefits**

Winner notifications will be sent to the email address of the account you used to sign up for 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 chance to receive news about the next challenge in advance! We appreciate your interest and support.


---

# 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.
