> For the complete documentation index, see [llms.txt](https://smcdao.gitbook.io/smc-community-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smcdao.gitbook.io/smc-community-handbook/in-app-library.md).

# In-App Library

Our vision is to raise a community of knowledgable members who can navigate the digital economy.&#x20;

Our community App is loaded with a library feature that is designed to support the educational needs of our community.&#x20;

The library feature offers a diverse range of content types, ensuring that members have access to valuable information and diverse learning experiences.&#x20;

With our library feature, you can:

* **Search** for Videos, Articles, Audios, Courses, Books, Quizzes and Galleries.
* **Like, comments, View categories** on all contents

Our library will be nothing without contents. So far, we have uploaded

* **352** **Videos**&#x20;
* **394** **Articles**
* **5** **Audios**&#x20;
* **3** **Courses**&#x20;
* **29** **Books**&#x20;
* **17 Quizzes**&#x20;
* **5** **Galleries**&#x20;

This variety of contents and content formats ensures that members have access to a well-rounded learning experience that caters to different learning styles.&#x20;

{% hint style="info" %}
For the sake of quality checks, only **Moderators** can upload and modify content in our library.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://smcdao.gitbook.io/smc-community-handbook/in-app-library.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
