# Native SDK

The Anyone Client can be run directly by configuring and starting the binary. Thanks to the SOCKS framework, wherein the Anyone Client runs as a proxy server between your app and the internet, traffic from any framework can be forwarded through the network without requiring app-specific code.

To start, you can install the binary from the [Releases](/sdk/native-sdk/releases.md) - from there, see our examples for forwarding through a SOCKS Proxy, or for server-based applications, run an [Anyone Services I](/sdk/native-sdk/tutorials/services1.md).&#x20;

{% content-ref url="/pages/X3xdKqTa7YlEjG5Nhy1D" %}
[Releases](/sdk/native-sdk/releases.md)
{% endcontent-ref %}


---

# 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://docs.anyone.io/sdk/native-sdk.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.
