# Learn

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Foundations</strong></td><td>Core definitions and glossary for Sail.</td><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><a href="/pages/qGtfOXkO0J7HzV1rnvsQ">/pages/qGtfOXkO0J7HzV1rnvsQ</a></td><td><a href="/files/ev1vjYvQVHKAhFpV7dwD">/files/ev1vjYvQVHKAhFpV7dwD</a></td></tr><tr><td><strong>How Sail Works</strong></td><td>Strategy, yield sources, and how the agent allocates funds.</td><td></td><td><a href="/pages/CzpBPNYPtso08YuNGOBC">/pages/CzpBPNYPtso08YuNGOBC</a></td><td><a href="/files/ujyDIaWQZLryjFTDHIwx">/files/ujyDIaWQZLryjFTDHIwx</a></td></tr><tr><td><strong>Incentives</strong> </td><td>Points, Target APY, and referrals. How incentives work and how points are earned.</td><td></td><td><a href="/pages/rz9ZF1gFMaA4CtdDdXzW">/pages/rz9ZF1gFMaA4CtdDdXzW</a></td><td><a href="/files/h3UhtK25muUFomOKcTZY">/files/h3UhtK25muUFomOKcTZY</a></td></tr><tr><td><strong>Tech-Stack</strong> </td><td>Smart accounts, session keys, API/SDK, and the Agent Development Environment</td><td></td><td><a href="/pages/Ds3MbRvxEyIxDUeOZ1KX">/pages/Ds3MbRvxEyIxDUeOZ1KX</a></td><td><a href="/files/djpYIkUexraUgD0XcFUV">/files/djpYIkUexraUgD0XcFUV</a></td></tr></tbody></table>


---

# 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.sail.money/learn/readme.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.
