# Monetization

## Overview

The docs will show you all the exposed APIs, how to use them, and what they will return.&#x20;

> ⚠️ WARNING: The Tako API and SDK is currently in beta version, so we may update it anytime and will not forward compatibility without warning or notice. Please exercise caution when using it. Once production is ready, we will remove the beta warning and issue an official announcement. After that, we arbitrarily ensure there are only changes if a significant difference to Tako itself is required.

We still use RESTful API because it is easy to start, but we also consider GraphQL, and you can use it in the future version.

Tako protocol has many technical points and needs to manage various data, and our backend does all the work for you. We have done many optimizations for fast fetching, and you will feel smooth when accessing the APIs.

We will continue working on APIs, including developing and improving old ones. Your applications will inherit all the improvements by using Tako APIs.

We hope you like it, and any feedback you have is hugely welcome.

## Modules

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/3pyIMNZBC7cDG8jzZyau" %}
[Profile as an asset](/monetization/profile-as-an-asset.md)
{% endcontent-ref %}

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/A971zq3qnNavohhMMpXO" %}
[Open Curation](/monetization/open-curation.md)
{% endcontent-ref %}

{% content-ref url="/spaces/tlrIAINSWSu0AKPifmBQ/pages/JBeWpSnaaSeiOvuAqJwQ" %}
[Peer-to-Peer Curation](/monetization/peer-to-peer-curation.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.tako.so/monetization.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.
