# Bot Utility

DecentraNode introduces a unique bot utility to streamline user interactions. The bot facilitates:

* **Service Selection:** Users can easily browse and select services through a conversational interface, making the process intuitive and user-friendly.
* **Payment Handling:** The bot automates payment processing using smart contracts, ensuring secure and transparent transactions.
* **Resource Monitoring:** Real-time updates on resource usage, status, and availability are provided, allowing users to manage their resources efficiently.


---

# 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://decentranode.gitbook.io/decentranode/dnode-development/bot-utility.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.
