# Feed & NFTs

### Feed

This feature of the Dememoriam platform is the main area where users are exposed to content posted on the platform. Users can hear other people's stories or thoughts, subscribe, tip, and more. Feed is the place where all NFTs are uploaded, traded, viewed, and interacted with. The user can check other people's profiles and explore their content.

<figure><img src="/files/r1a4YwmehGVxUlpscixR" alt=""><figcaption><p>User's profile example</p></figcaption></figure>

### How to buy NFTs

If the user explores the feed and finds any NFTs or owners that he likes, he can just click on the speaking avatar and purchase the item if it is on sale. If the user does not wish to purchase NFT but enjoys the content of other users' profiles, he may tip the other user in order to support his creations. The user must have Memory's wallet in order to buy or sell NFT on a tip.

<figure><img src="/files/2VlPGJZUXFMyexMNrCAU" alt=""><figcaption><p>Post on DeMemoriam example</p></figcaption></figure>

### NFT Categories

On the Dememorium platform, users can view other people's NFTs and hear their stories. In order to specify what exact content they want to see, users can choose between 20 categories and hundreds of sub-categories, as well as use the search bar for key words.\
\
How do categories work?\
\
Every user, before creating an account, writes about his hobbies, occupation, and other personal information. Another way for the platform to find content is by entering keywords; each NFT has its own spoken story, and the speech script is stored in the Dememoriam back-end system, which can recover any sentence at any time.


---

# 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://dememoriam.gitbook.io/whitepaper/how-it-works/feed-and-nfts.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.
