# Get started

The first step in Pro Mode pool creation is selecting the type of collateral and defining the basic pool parameters.

### Steps

## 1. Choose Collateral Type

* Users decide whether they want to use NFTs or tokens as collateral with switch.

<div align="center"><figure><img src="/files/hv1YaH2TRV4kXJCbBiKz" alt="" width="234"><figcaption></figcaption></figure></div>

### 2. Select Pool Token & Amount

* **Vaults and Pools:**
  * There can be **multiple pools** connected to **one vault**.
  * When the user clicks on "Create Pool," if they have already created vault(s), the **default vault (**&#x6F;ne was selected from **Manage Pools)** will be selected automatically for the new pool.
* **Switching Vaults:**
  * The user can choose to proceed with the default selected vault or click on the **"Switch to a different vault"** button.
  * If they click on this, they can either:
    * **Choose an existing different vault**, or
    * **Create a new vault** to be linked to the new pool.
    * The new vault will be created with the pool and the poll will be "plugged" to the vault.

### 3. Set Loan Duration & APY

* Define the loan duration for lending agreements.
* Set the Annual Percentage Yield (APY) for the pool.

After completing these selections, users proceed to the [**Next**](/earn/create-pool/pro/select-token-collection.md)[ **step**](/earn/create-pool/pro/select-token-collection.md) of pool creation.

<figure><img src="/files/85ZnsJ3dpk36IRfK1f7F" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/kA1lhb5dch3ba2UNXRzR" 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.rain.fi/earn/create-pool/pro/get-started.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.
