> For the complete documentation index, see [llms.txt](https://notifly.gitbook.io/getting-started-with-notifly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notifly.gitbook.io/getting-started-with-notifly/features/personal-newsfeeds.md).

# Personal Newsfeeds

## **Understanding Personal Newsfeed:**&#x20;

Our Personal Newsfeed brings together news from all your favourite projects, granting you complete control over the content you consume.&#x20;

We gather data from multiple sources in the form of announcements, discussions, articles and more to enable you to keep your finger on the pulse. Stay informed with summarised insights gathered from bulk aggregated data.

Navigate to the newsfeed panel [here](https://notifly.xyz/dashboard/newsfeed).

***

## **Newsfeed Creation**

Here, we'll guide you through the setup process to ensure you're ready to go.

Once you've reached the newsfeed panel, you'll find a prompt to create a feed within the "**Personal Newsfeed**" section:

<figure><img src="/files/dKoK8ChcFOuTRlIcX3QC" alt="" width="563"><figcaption><p>Newsfeed Panel</p></figcaption></figure>

### 1. Choose Your Projects

You can choose up to 5 projects per newsfeed:

<figure><img src="/files/KjhQVthjt2eCwNVETVPA" alt="" width="563"><figcaption><p>Project Selection</p></figcaption></figure>

{% hint style="info" %}
**Tip:** with our search feature you can easily navigate over 150 projects with ease.
{% endhint %}

***

### **2. Keyword Selection**

Our AI is designed to provide you with news that's uniquely tailored to your interests. You can enter specific keywords that will give the model context in the content you want to see.&#x20;

If you can't think of any keywords, don't worry, you can leave this step blank and the AI will use a general set of keywords:

<figure><img src="/files/ieJEwGohlNIpfFTKzwrA" alt="" width="563"><figcaption><p>Keywords</p></figcaption></figure>

***

### **3. Frequency Selection**

You can choose the timing for your newsfeed updates. Whether you prefer your updates daily or weekly, we've got you covered:

<figure><img src="/files/Lw3yaSCqk73qs04hEApS" alt="" width="563"><figcaption><p>Frequency</p></figcaption></figure>

***

### **4. Name**

As with all great things in life, your newsfeed deserves a name. To distinguish between the multiple feeds you've set up, it's essential to assign each one a unique name:

<figure><img src="/files/82W6wGrtwnqBWHOICJpm" alt="" width="563"><figcaption><p>Naming</p></figcaption></figure>

***

### **5. Done!**

Congratulations! You've successfully created your very first news feed. To ensure you've chosen all the right information, take a moment to review your selections:

<figure><img src="/files/SK1BK6i0O3Yt8WZYntdp" alt="" width="563"><figcaption><p>Review</p></figcaption></figure>

{% hint style="info" %}
**Top Tip:** If you encounter any issues or wish to make changes, simply use the back button. Rest assured, your selections have been automatically saved.
{% 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://notifly.gitbook.io/getting-started-with-notifly/features/personal-newsfeeds.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.
