> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/cregis-wallet-guide/zh-tw/api/manual/creation.md).

# 創建項目

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
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://support.cregis.com/cregis-wallet-guide/zh-tw/api/manual/creation.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.
