# Actions done on a tracking Feed

### View the metrics being tracked

1. Click on the **Feed** tab on the left pane and the list of existing Feeds will be displayed. 
2. Click on **Manage Feeds** in the top right corner. The list of existing metrics being tracked will be displayed with the following details:

<figure><img src="/files/56zcMuUKXfOFzir2kzzr" alt="" width="563"><figcaption><p>List of metrics being tracked</p></figcaption></figure>

* **Name** - name of the Feed
* **Business View** - Business View associated with the Feed
* **Measure** - metric being tracked
* **Aggregation** - aggregation followed for the measure
* **Resolution** - the frequency by which the metric is monitored
* **Filter** - filters applied (if any)
* **Create date** - the date when the Feed was created
* **Created by** - the creator of the Feed

### Actions that can be done to a Feed being tracked

1. Navigate to **Feed → Manage Feed**.
2. A list of metrics that are currently being tracked will be displayed.
3. Click on the three-dot (kebab) menu, and you will find the following options:

<figure><img src="/files/byWMjLB2ceNO6eTF43ch" alt="" width="228"><figcaption><p>Feed actions</p></figcaption></figure>

* **Edit:** To edit a Feed being tracked, click on **Edit** and the following **Track a metric** window appears where you can make the intended changes.

<figure><img src="/files/f9CuCSd6TgsstHReoPoW" alt="" width="563"><figcaption><p>Edit Feed</p></figcaption></figure>

* **Share**: Click on **Share**, then enter the name, username, or email address of the people you want to share the Feed with. Mention whether the users can view or edit.

<figure><img src="/files/YvGKjnSmAMMtWbob0P9H" alt="" width="563"><figcaption><p>Share Feed</p></figcaption></figure>

{% hint style="danger" %}
Shared Feed alerts fully honor **Row-Level Policies**: people only get alerts for data they’re allowed to see. You can share a Feed with distribution lists or access-controlled user groups; Tellius evaluates the alert **per recipient at runtime**.\
\
For example, if a shared Feed tracks a 20% drop across brands:

* **Group A (Brand X access)** → gets alert only if **Brand X** drops 20%.

* **Group B (Brand Y access)** → gets alert only if **Brand Y** drops 20%.

* Users in both groups get alerts for either brand.
  {% endhint %}

* **Pin to homepage:** Pins the Feed to the homepage so that you can track the KPI metric under **"Tracked Metrics"** right when you log in.

* **Delete:** Click on **Delete** and the following will be displayed. In the confirmation window, provide the correct answer for the given question.

<figure><img src="/files/Pij0W1TwRVL2fwe2KYXi" alt="" width="375"><figcaption><p>Confirmation window</p></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://help.tellius.com/tellius-6.3/feed/actions-done-on-a-tracking-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.
