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

# Introduction

- [What Is unCoded?](https://docs.uncoded.ch/introduction/aboutuncoded.md): Learn what unCoded is, how it works, and which core features make it a self-hosted Binance trading bot.
- [Why Choose unCoded?](https://docs.uncoded.ch/introduction/aboutuncoded/why-choose-uncoded.md): unCoded is built for users who want more control, more flexibility, and a clear trading setup.
- [Who Is unCoded For?](https://docs.uncoded.ch/introduction/aboutuncoded/who-is-uncoded-for.md): Self-Hosted Control unCoded runs on your own server, giving you full control over your bot, your settings, and your trading environment.
- [unCoded System Requirements](https://docs.uncoded.ch/introduction/aboutuncoded/system-requirements.md): To run unCoded effectively, ensure your system meets the necessary hardware, software, and account requirements outlined here.
- [unCoded Licensing & Payments FAQ](https://docs.uncoded.ch/introduction/aboutuncoded/uncoded-licensing-and-payments-faq.md): Learn how to top up your license balance, which payment methods are available, and where to check your current balance.


---

# 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://docs.uncoded.ch/introduction.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.
