> For the complete documentation index, see [llms.txt](https://nfd-gg.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfd-gg.gitbook.io/main/eng-nfd.gg-platform/modules/aggregator.md).

# Aggregator

{% embed url="<https://www.youtube.com/watch?v=xTw70_HxOis>" %}

## How it works?

**"Aggregator"** — is one of our main modules, that allows creating a card for any crypto project you follow in just a few clicks. You can also set up parsing of any data from a Discord channels and a Twitter accounts to Dune analytics, any graphs, as well as any information from OpenSea and Magic Eden using project cards.

<figure><img src="/files/w5k7wJQgBwnILSJmooZs" alt=""><figcaption><p>Aggregator in NFD.gg</p></figcaption></figure>

To start using NFD Aggregator, just connect your Twitter account and add your Discord token. The guide on obtaining the Discord token can also be found on your platform.

The dashboard blocks are highly informative and customizable, so you can always place them in a way that’s convenient for you, and then you can save this block arrangement as a preset that can be later used for creating other project cards.

<figure><img src="/files/kTUwURxAR5HWTUmENylR" alt=""><figcaption><p>Blocks you can add.</p></figcaption></figure>

The project cards in "NFD Aggregator" by themselves is also informative, so you can replace **“No Data”** blocks with a short summary of a project:

<figure><img src="/files/TskGyGbWSfR49fmtZsxs" alt=""><figcaption><p>"No Data" blocks using.</p></figcaption></figure>

## Benefit:

"NFD Aggregator" allows you to create cards for all projects you follow and get updates for them in one place. Now you don’t need to scroll through thousands of chats, endless Twitter feed, or drown in useless graphs. Now you can get all essential information in one place with no information noise.

New parsing blocks will be added regularly after collecting community feedback.

<figure><img src="/files/yh7q6BLSjQhfBSunV5zB" alt=""><figcaption><p>Example of filled out cards of the projects in NFD Aggregator.<br></p></figcaption></figure>

*P.S. Soon, we will introduce the “Summary” module as part of the aggregator that will parse all information from all your cards proportionally to blocks. For example, you have 20 project cards, with parsing set up from 25 discord channels - in “Summary” this information will be represented as one block that will receive information from those 25 channels in one block with a possibility of switching between projects. The same logic will be applied to other blocks.*

**NFD aggregator — all information for all your projects in one place.**


---

# 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://nfd-gg.gitbook.io/main/eng-nfd.gg-platform/modules/aggregator.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.
