# Customize your news feed

## Adding custom feed parameters to your blackswan instance

To enter the newsfeed customization menu select the Custom Feed Setting option in your controller bot as shown below

<figure><img src="https://2918744924-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtinNYGgtYekAT328I30I%2Fuploads%2F6eUc9NFrB4Uws7uxElhz%2Fcontroller-bot-5.png?alt=media&#x26;token=7bd720ab-fdeb-4f23-bcd2-a1b6632f4672" alt=""><figcaption><p>Select the second option</p></figcaption></figure>

This will take you to a panel that looks like this

<figure><img src="https://2918744924-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtinNYGgtYekAT328I30I%2Fuploads%2FSVpeCx5N9BxFySDtVHp8%2Fcontroller-bot-5a.PNG?alt=media&#x26;token=bc0bd41c-1535-42bf-8dbb-2ccea32d178b" alt=""><figcaption></figcaption></figure>

The whitelist/Include list allows you to make sure your news feed only contains articles and tweets that contain these terms mentioned (in this case we only want articles about ETFs, the SEC and Bitcoin)

Similarly, the Blacklist will filter out phrases (in this case any articles about FTX will be skipped)

You can edit the lists using the edit buttons shown in the above image - once edited - the changes should be reflected in your newsfeed within 2 minutes.


---

# 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://blackswan-ai-trading.gitbook.io/blackswanai/setup-guide/getting-set-up/customize-your-news-feed.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.
