# SDK & Integrations

Welcome to the Anyone SDK! The future of privacy is programmable - and we are all empowered to create the next generation of privacy apps for Anyone! The SDK docs will enable you to start the Anyone Client from code and route app traffic through it. \
\
The easiest way to get started is with the NPM SDK. Want to write your first line of code? Head over to the NPM [tutorials](https://docs.anyone.io/sdk/npm/tutorials "mention")! The client can also be started from a number of other frameworks, either through NPM in [library](https://docs.anyone.io/sdk/npm/library "mention"), or natively through the binary [native-sdk](https://docs.anyone.io/sdk/native-sdk "mention"), and in a number of other frameworks to be released!

{% content-ref url="sdk/npm" %}
[npm](https://docs.anyone.io/sdk/npm)
{% endcontent-ref %}

{% content-ref url="sdk/native-sdk" %}
[native-sdk](https://docs.anyone.io/sdk/native-sdk)
{% endcontent-ref %}

{% content-ref url="sdk/ios-sdk-beta" %}
[ios-sdk-beta](https://docs.anyone.io/sdk/ios-sdk-beta)
{% 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.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.
