# User Registration and Login

**User Registration:**

1. The user accesses the web or mobile application and navigates to the registration page.
2. The user provides essential information (name, email, password, etc.) and submits the registration form.
3. The system verifies the provided information, and if valid, registers the user as a member.

**Login:**

1. A registered user enters their email and password on the login page.
2. The system authenticates the entered credentials, and if valid, grants the user access by logging them into the system.
3. Once logged in, the user can access their account and manage their assets.


---

# 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://bondx.gitbook.io/bondx/user-flow/user-registration-and-login.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.
