> 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/aboutuncoded/who-is-uncoded-for.md).

# Who Is unCoded For?

1. **Traders Who Want More Control**\
   unCoded is suitable for users who prefer running their bot on their own server and want full control over settings, monitoring, and execution.
2. **Binance Users**\
   unCoded is built for traders who use Binance and want to <mark style="color:purple;">automate their trading</mark> with a structured and customizable setup.
3. **Users Who Want Flexible Settings**\
   The bot is a good fit for users who want to adjust buy behavior, sell logic, risk management, and strategy parameters to <mark style="color:purple;">match their own trading style</mark>.
4. **Users Who Are Comfortable Following a Setup Process**\
   unCoded is ideal for users who are willing to go through the initial setup, connect their accounts, and configure their bot step by step.
5. **Not for Fully Passive Users**\
   unCoded is <mark style="color:purple;">not designed</mark> for users who want a completely hands-off system without setup, configuration, or ongoing monitoring.

Want to Learn more? -> [<mark style="color:$warning;">**Why Choose unCoded?**</mark>](/introduction/aboutuncoded/why-choose-uncoded.md)


---

# 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/aboutuncoded/who-is-uncoded-for.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.
