> For the complete documentation index, see [llms.txt](https://wiki.golos.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.golos.id/developers/howto.md).

# Руководства (HowTo)

* [Примеры операций для торговли на GolosDEX ](/developers/howto/dex.md#sozdanie-ordera)
* [Скрипт регистрации аккаунтов](/developers/howto/registration-service.md) (автор [@vik](https://golos.id/@vik))
* [Создаем сайт на базе блокчейна](https://golos.id/ru--golos/@vik/sozdaem-sobstvennyi-sait-na-baze-blockchain-golosa-za-30-minut) (автор [@vik](https://golos.id/@vik))
* [Как использовать мультиподписи](/developers/howto/multisig.md) (автор [@vik](https://golos.id/@vik))
* [Как объединять операции в одну транзакцию](/developers/howto/ops-merging.md) (автор [@vik](https://golos.id/@vik))
* [Кэширование API](https://golos.id/ru--golos/@vik/zapusk-mnozhestva-mnogopotochnykh-zhivykh-skriptov-na-odnoi-node-reshenie-dlya-mashtabiruemosti-botov-golosa) (автор [@vik](https://golos.id/@vik))
* [Пример запуска тестнета](/developers/howto/testnet.md) (автор [@ropox](https://golos.id/@ropox))
* [Примеры команд к cli\_wallet](https://golos.id/ru--golos/@lindsay/dlya-delegatov-i-derzhatelei-nod-rabochie-komandy-i-metody-cliwallet) (автор [@lindsay](https://golos.id/@lindsay))


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.golos.id/developers/howto.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.
