# RSS feed

### Adding a RSS feed to Your Agent

To enable your agent to access and use articles from a RSS feed, you can check the RSS feed checkbox during the agent creation process or when editing an existing agent.

<figure><img src="/files/uGOWbEkf4JIaIGDcwLUN" alt=""><figcaption></figcaption></figure>

**During Agent Creation:**

* In the Tools section (located between the Mission and Knowledge pages), you'll find the RSS feed option with a antenna icon.
* Check the "RSS feed" checkbox to add a feed's articles and add it as knowledge for your Agent.
* Once enabled, an input field will appear where you can enter a feed URL and assign a name.

**When Editing an Existing Agent:**

* Click the three dots on your agent's card and select "Edit Agent"
* Navigate to the Tools section
* Toggle the RSS feed option on
* Once enabled, an input field will appear where you can enter a feed URL and assign a name.
* Remember to click "Update Agent" to save your changes

**How RSS feed Works:** This feature doesn't add a traditional tool to your agent. Instead, it provides an input field where you can paste feed's URLs. The system will scrape the content from those web pages and automatically add it to your agent's knowledge base, allowing your agent to reference and use that information in conversations. This feature will update the articles of the feed daily.

<figure><img src="/files/xnySmOME274FOImGYpha" alt=""><figcaption></figcaption></figure>


---

# 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://docs.calk-ai.com/agents/tools-you-can-give-to-agent/rss-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.
