> 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/yokuaru/service/design-challenge.md).

# デザインチャレンジ

## デザインチャレンジとは？

アーキスケッチが主催するデザインチャレンジは、あなたの創造力を発揮するチャンスです。各チャレンジごとに新しいテーマが与えられ、自分のデザインをポートフォリオにして提出すれば参加完了！受賞者は賞金やさまざまな特典を受け取ることができ、優秀作品はアーキスケッチとコラボブランドの公式チャンネルを通じて紹介されます。

[過去のデザインチャレンジを見る →](https://www.archisketch.com/ko/design-community/)

## 🛠 参加方法

### Step 01

**チャレンジ参加方法を確認**

各チャレンジごとにテーマが少しずつ異なります。チャレンジページでテーマを事前に確認してからデザインを始めることをおすすめします！

**ポートフォリオ作成**

アーキスケッチで作成したプロジェクトを\[ポートフォリオ]として作成し、投稿してください。\*件数制限なし

[**\[方法を見る\]**](/user/manage-project/portfolio.md)

**デザインを提出する**

チャレンジページで「提出する」をクリックすると、ポートフォリオのあるプロジェクト一覧を確認できます。希望のプロジェクトを選択して提出してください。

### Step 02

**個人情報同意書**

参加者への記念品提供のため、コンテスト終了後、当選された方には「個人情報利用同意書」がメールで送信される予定です！

**賞金と特典**

当選案内はアーキスケッチに登録したアカウント宛てにメールで送信されます。送信後7日以内にご返信がない場合は無効となりますので、メールボックスをご確認ください！

**次回チャレンジ参加の優先権**

チャレンジに参加された方には、次回チャレンジの情報を事前に受け取れる機会が与えられます！ぜひご注目ください


---

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