# Dart atSDK Walkthrough

{% hint style="info" %}
This guide is primarily targeted towards individuals who want to learn how to build backend / cli based Dart applications with the atSDK. Some of this content will also be applicable to Flutter developers (but not all).
{% endhint %}

### Table of Contents

{% content-ref url="/pages/ryBn96x86Djtwc5DYROp" %}
[Using the atSDK with Dart](/atsdk/atsdk-walkthroughs/atsdk-tutorial/using-the-atsdk-with-dart.md)
{% endcontent-ref %}

{% content-ref url="/pages/JyTxsMzL6MSfnhrBep5o" %}
[Get sample code](/atsdk/atsdk-walkthroughs/atsdk-tutorial/get-sample-code.md)
{% endcontent-ref %}

{% content-ref url="/pages/B1CiNQk7mEZz9L2OkWQe" %}
[Cutting your Atsign keys](/atsdk/atsdk-walkthroughs/atsdk-tutorial/cutting-your-atsigns-keys.md)
{% endcontent-ref %}

{% content-ref url="/pages/xgI5K1YbImk7eVZNH6Gd" %}
[Put and Get data asynchronously](/atsdk/atsdk-walkthroughs/atsdk-tutorial/put-and-get-data-asynchronously.md)
{% endcontent-ref %}

{% content-ref url="/pages/IwPMbO7f3OpkzBlU4WR7" %}
[Send and Receive data synchronously](/atsdk/atsdk-walkthroughs/atsdk-tutorial/send-and-receive-data-synchronously.md)
{% endcontent-ref %}

{% content-ref url="/pages/e34THLDq4GHocBfZLSXl" %}
[Remote Procedure Calls (RPC)](/atsdk/atsdk-walkthroughs/atsdk-tutorial/rpc.md)
{% endcontent-ref %}

{% content-ref url="/pages/o6Mld2Kw7oly5Lm381Ht" %}
[atTalk - Encrypted chat client](/atsdk/atsdk-walkthroughs/atsdk-tutorial/attalk.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.atsign.com/atsdk/atsdk-walkthroughs/atsdk-tutorial.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.
