> For the complete documentation index, see [llms.txt](https://coinsender.gitbook.io/support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsender.gitbook.io/support/coinsender.md).

# CoinSender

CoinSender has two applications for different purposes. The [decentralized version](/support/desentralized-application.md) without registration is designed to quickly send bulk transactions. The [centralized version](/support/centralized-application.md) has a database where you can store lists of recipients and clients with advanced functionality.

{% hint style="info" %}
This support page contains **guides,** **in-depth product information** and **frequently answered questions** (FAQ) about [CoinSender](https://coinsender.io/).
{% endhint %}

This space contains everything you need to know about accepting digital currencies as a freelancer or business utilizing CoinSender. Among the resources available are a beginner's guide detailing how to use the product, comprehensive information about its features and capabilities, links to popular articles on our blog, and a selection of frequently asked questions.

## How to navigate this documentation

We've structured the documentation page into four groups:

* Essential information about the product
* Popular articles about product features
* Additional resources you might find interesting
* Ways to get in contact with us

To get started, we advise you to go through the following pages chronologically:

{% content-ref url="/pages/4wQeRkFBx5LuFIpGQQEo" %}
[What is CoinSender?](/support/what-is-coinsender.md)
{% endcontent-ref %}

{% content-ref url="/pages/l0kmyyWjXjBYOligJEoS" %}
[Desentralized application](/support/desentralized-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/QHw7qr5Ane3vwiBefhKQ" %}
[Centralized application](/support/centralized-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/FmSO5Javx5sBobcBphwv" %}
[Networks Supported](/support/networks-supported.md)
{% endcontent-ref %}

{% content-ref url="/pages/DWhdBxOIttXGTqGhEsf8" %}
[FAQ](/support/faq.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://coinsender.gitbook.io/support/coinsender.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
