> For the complete documentation index, see [llms.txt](https://docs.enzyme.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enzyme.finance/onyx-user-documentation/administration-app/images-and-media/interactive-blocks.md).

# Log-In

## E-mail

The access to the Administration App is gated with an email shared to Enzyme prior Vault deployment.

{% stepper %}
{% step %}

### Enter your email address on the login screen.

<figure><img src="/files/OiIfba5BahU6ZJmRQCkL" alt="" width="298"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Check your inbox for a confirmation email.

<figure><img src="/files/FCpuos49Pn7H6apwFv4K" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Approve the login request by clicking the link in the email.

<figure><img src="/files/dgu0ytVaUhGtK7ZBzNL8" alt="" width="375"><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}

***

## Wallet Connection

Connecting a wallet is required to proceed with on-chain actions within the ***Administration App*** such as updating the ***Holdings Valuation*** or processing the ***Deposit and Redemptions Queues***.\
\
Enzyme.Onyx allows you to connect with more than 470 wallets. **Only the Owner Wallet and Admin Wallets are authorized to execute transactions within the Administration App.**&#x20;

{% hint style="info" %}
Learn more about Vault Admin whitelisting [HERE](https://enzyme-finance.gitbook.io/onyx/management-app/vault/configuration).
{% endhint %}

{% stepper %}
{% step %}

### Click on Connect Wallet, choose the stack of your choice

<figure><img src="/files/TSWp87XKfQAYUQLaH9UZ" alt="" width="199"><figcaption></figcaption></figure>

<figure><img src="/files/EK5O2s9kX9I5904AJycf" alt="" width="193"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Approve the connection in your custody stack

{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.enzyme.finance/onyx-user-documentation/administration-app/images-and-media/interactive-blocks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
