# How NeuralByte Works?

**How NeuralByte Works:**

* User Registration: Users register on the NeuralByte Token platform, creating an account and wallet to facilitate transactions.
* Resource Selection: Users browse the available compute resources on the platform, selecting the configuration best suited for their AI model training needs.
* Rental Agreement: Through smart contracts, users enter into rental agreements, specifying the duration and terms of compute resource usage.
* AI Model Training: Users upload their AI models and datasets to the NeuralByte Token server, initiating the training process using the rented compute resources.
* Built-in Library Integration: NeuralByte Token provides users with access to a built-in library on the server, offering a wide range of tools and frameworks for AI model development and training.
* Payment Settlement: Upon completion of the rental period, payments are settled automatically through smart contracts, ensuring transparency and security.


---

# 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://neuralbyte.gitbook.io/neuralbyte-erc/ecosystem/how-neuralbyte-works.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.
