# .derupt-feed

**The following function is only callable by .derupt-core-yyyymmdd:**

* log-send-message

{% hint style="info" %}
**About Messages**: log-send-message is only callable by the current .derupt-core-yyyymmdd contract.  \
\&#xNAN;*(To prove messages in a transparent order of operations, so that developers have consistent data for presentation across all potential user interfaces)*
{% endhint %}

{% hint style="info" %}
**About Replies:** log-send-message include Reply Messages as inferred by the inclusion of a `reply-to` transaction id argument.\
(The log-send-message function logs send-message calls received from core) \
(The core wraps replies functions as send-message function calls)
{% endhint %}


---

# 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.derupt.io/legacy/contracts-legacy/.derupt-feed.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.
