# Basic Interaction

- [Deposit and Withdraw](https://dev.init.capital/guides/basic-interaction/deposit-and-withdraw.md): Deposits to & Withdraws from the specified lending pool. When you deposit to the lending pool, the corresponding "inToken" will be minted as a receipt token that represents your shares of the pool.
- [Create Position](https://dev.init.capital/guides/basic-interaction/create-position.md): Create a new position in InitCore.
- [Add and Remove Collateral](https://dev.init.capital/guides/basic-interaction/add-and-remove-collateral.md): Adding & Removing collaterals to/from an existing position.
- [Borrow and Repay](https://dev.init.capital/guides/basic-interaction/borrow-and-repay.md): Borrow & Repay tokens on InitCore's position.
- [Changing Position Mode](https://dev.init.capital/guides/basic-interaction/changing-position-mode.md): Change a position's mode.


---

# 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://dev.init.capital/guides/basic-interaction.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.
