# Registration

### Flow Connections <a href="#flow-connections" id="flow-connections"></a>

* \[Input] In - starts the block's execution.
* \[Output] Out - activates when the block has finished its execution.

### Data Connections <a href="#data-connections" id="data-connections"></a>

* \[Input] Login (email) - email of the user used as login.
* \[Input] Password (string) - password of the user in string format.
* \[Input] First Name (string) - first name of the user.
* \[Input] Last Name (string) - last name of the user.
* \[Output] User (model) - new user model object added to the database.
* \[Output] Token (string) - [Bearer token](https://swagger.io/docs/specification/authentication/bearer-authentication/) of the new user. Used to authenticate the user in the application API.


---

# 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://appmaster.gitbook.io/docs/business-logic/block/business-process-blocks/registration.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.
