# Blog

The AnyCampus Blog enables users to create and explore educational, text-based content across 14 categories. Unlike paid curriculums, the blog is open to all users; anyone with an AnyCampus account—easily created using a crypto wallet—can publish articles.

This feature is grounded in two core beliefs:

1. Learning shouldn’t be limited to traditional, passive teacher-student models.
2. Expressing what you’ve learned is just as valuable as absorbing new information.

Like any social platform, users can interact with others’ articles by liking, commenting, and sharing. These actions are eligible for AnyCampus Points within our point program. For more information, please refer to the link [here](/product/anycampus-points.md).

In addition to these standard features, AnyCampus enables users to receive AnyCampus Tokens for engaging with content in various ways. Actions eligible for tokens include, but are not limited to:

* Publishing
* Reading
* Liking
* Commenting
* Sharing

(As of this writing, the token feature has not yet been released.)


---

# 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.anycampus.io/product/what-we-offer/blog.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.
