# Can I Edit the Type After an API Project Is Created?

Yes, the type of an API project can still be edited after creation. Please follow the steps below:

1. Click WaaS > Settings > Developer<br>

   <figure><img src="/files/TKyLOQrg0Bcsd4uRRCe7" alt=""><figcaption></figcaption></figure>
2. Enable the **API Type**.

   <figure><img src="/files/hFQrWdAcWprLZ4A06my3" alt=""><figcaption></figcaption></figure>
3. Select the withdrawal wallets (multiple selections allowed) and designate a default withdrawal wallet. Click **"Confirm"** at the bottom.\
   **Note:** If no withdrawal wallet is specified for an API withdrawal, the system will use the default payment address of the set default withdrawal wallet for the transaction.<br>

   <figure><img src="/files/YEUlH2zWYCJ3UiDmiKhC" alt=""><figcaption></figcaption></figure>
4. Edit the withdrawal wallet.<br>

   <figure><img src="/files/diGYCEn26HqdLwJrFAqR" alt=""><figcaption></figcaption></figure>
5. Make edits on the page and click **"Confirm"** at the bottom.<br>

   <figure><img src="/files/5wH1pJl078PUni3NbGVA" 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/faq/api-management/can-i-edit-the-type-after-an-api-project-is-created.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.
