# 創建項目

1. 點擊“WaaS項目”模塊進入項目頁面。首次使用項目時，點擊“創建”按鈕。<br>

   <figure><img src="/files/NUrIMbN5hTwvdoWsecHH" alt=""><figcaption></figcaption></figure>
2. “創建項目”界面將彈出在右側。輸入項目名稱並選擇項目所需的接口類型，可以同時開啟多種接口類型。您可以[在此](/cregis-wallet-guide/zh-tw/api/type.md)查看API接口類型的詳細信息。<br>

   <figure><img src="/files/G6jN3yTQBUwWTBYy24qo" alt=""><figcaption></figcaption></figure>

   <br>

   <figure><img src="/files/4f6IlNlgp7I5wYGTK2Le" alt=""><figcaption></figcaption></figure>

* 啟用 **生成子地址** 類型後，您需要選擇錢包，所有生成的子地址都將屬於該錢包。<br>

  <figure><img src="/files/mhpewd8sUqbI3tXMLizg" alt=""><figcaption></figcaption></figure>
* 啟用 **提幣** 類型後，系統會建議您為API提款建立策略，為資產安全多加一層保障。若未配置策略，所有提款請求將直接進入簽名流程。
* 另外，使用者需要配置該項目的出款錢包，您可以選擇多於一個出款錢包，並再選擇預設錢包。API提幣時可以指定出款地址，若沒有指定則會直接使用預設出款錢包裡設定好的預設出款地址進行出款。<br>

  <figure><img src="/files/HHceXDLb6FujQM9Z8SjD" alt=""><figcaption></figcaption></figure>

3. 輸入Google 2FA驗證碼進行驗證。驗證成功後，項目將成功創建。<br>

   <figure><img src="/files/MHuHE9xcw7q54gAyNOJq" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://support.cregis.com/cregis-wallet-guide/zh-tw/api/manual/creation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
