# Register and View

### Account info

After you enter the interactive CLI, you are able to see the wallet information. For example:

```
My Aptos account

My Address: 	0x67f57b23112edc0ab9173756500a4f2a566e5088562ca1a79ea81cc2b54336b6
My PubKey: 	0x2599260569311822c3b3ae5d850e680ef17bff74c3ab7abb1033995ac9b432d4
My Balance: 	1.0006 APT
```

You may confirm whether the address and balance is correct with your account setup.

### Register (only first time)

If this is the first time the wallet is interacting with Momentum Safe, the CLI will ask you to register to Momentum Safe modules. Press `ENTER` to use the default \[Y] option to register.

```
The wallet hasn't been registered yet. Register now? [Y/n]

--------------------

	Registering...
	Transaction 0xc3395880a99b0d13271bd88b73f086211b07936f0c953a37d3dfff331a798182 submitted on chain
	Transaction confirmed. Registration succeeds.

--------------------

continue
```

After clicking on continue, you are able to choose next step.

```
My Momentum Safes

	1)	0x43b68d1027e84f0ca347ed633b87bb71437a5c50101b7f82b354b4ae7cc9d7aa
	c)	Create MSafe
	r)	Refresh

Please input your option:
```


---

# 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://doc.m-safe.io/aptos/developers/interactive-cli/register-and-view.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.
