# Using GUI (Basic)

If you want to create a vault using the strategies available in DeFindex without writing any code, you can use the DeFindex user interface. Here's how:

1. **Visit the DeFindex page**: Go to [app.defindex.io](https://app.defindex.io) and navigate to the vault creation section in the DeFindex user interface.

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

2. **Connect your wallet**: Make sure your wallet is connected to the correct network and that you have the necessary funds to pay for transaction fees.

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

3. **Complete the vault creation form**: Provide the required information, such as the vault's name, symbol, select the asset you wish to use, and use the switch to choose if you want your vault to be **upgradable**.

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

1. **Select strategies**: Choose the strategies you want to include in your vault. You can select multiple strategies based on your preferences.

> \[!NOTE]\
> The available strategies you can select will depend on the asset you have chosen for your vault. Only compatible strategies for the selected asset will be displayed.

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

1. **Configure the remaining fields**: Finish completing the form with the required information, such as manager addresses, fees, and other relevant parameters.

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

1. **Review and confirm**: Before submitting the transaction, review all the details to ensure everything is correct.

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

1. **Submit the transaction**: Once you are sure all the information is correct, sign and submit the transaction to create your vault with your wallet.
2. **Wait for confirmation**: After submitting the transaction, wait for it to be confirmed on the blockchain. Once confirmed, your vault will be active, and you can start interacting with it.

<figure><img src="/files/h8JI89rVfDvYRD3rRWk0" 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://docs.defindex.io/api-integration-guide/creating-a-defindex-vault/using-gui-basic.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.
