# Access your vault on Lagoon

## Manage your Vault

On your vault page, if you are connected as the Admin, Valuation Provider or Curator you will see a blue button on the right side of the header with written Manage. Click on it to be redirected to the management page.

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

You can also reach it by going to:

`https://app.lagoon.finance/manage/<chainId>/<vaultAddress>`

This interface allows you to:

* Submit new NAV proposals (as [Valuation Provider](/vault/roles-and-capacities/valuation-oracle.md))
* Execute [settlements](/overview/terminology.md#vault-settlement) (as [Curator](/vault/roles-and-capacities/curator.md)).

## Deposit and Withdraw into your Vault

Use the following URL format to access the public interface for your vault and share it to your users:\
`https://app.lagoon.finance/vault/[CHAIN_ID]/[VAULT_ADDRESS]`


---

# 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.lagoon.finance/vault/deploy-your-vault/access-your-vault-on-lagoon.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.
