# Entering Funds

{% stepper %}
{% step %}

### Navigate to a Fund

Visit the browse page and pick a fund you're interested in.
{% endstep %}

{% step %}

### Click Deposit in the Deposit / Withdraw Tab

![](/files/d404d4ac466d8c1ebd28434e01a48ea178588dbf)
{% endstep %}

{% step %}

### Set Slippage

![](/files/3b3377723339d5a3c7248b32c25c8804484a5fd2)

If the fund has multiple assets, you'll have to set slippage individually.
{% endstep %}

{% step %}

### Deposit

Click Deposit and proceed through the confirmation dialogue to send the transaction.
{% endstep %}

{% step %}

### Receive Fund Tokens

The fund tokens received from the deposit represent your allocation in the fund.
{% endstep %}
{% endstepper %}


---

# 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.guru.fund/guides/users/entering-funds.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.
