# Embedding Feed

Tellius Feed can be embedded into external applications to surface data-driven updates and alerts in real time. Using the Feed embed URL, you can integrate the Feed panel directly into your application via an iFrame. The embedded Feed retains the look and functionality of Tellius panel and supports seamless delivery of automated insight updates.

### **Steps to obtain the embed URL**

1. Under **Settings → Embed → Feed**, click on **Generate Embed URL** to view the embedding URL window.

<figure><img src="https://files.helpdocs.io/6dnnwn52e3/articles/rjxeornff3/1745933907032/image.png" alt="" width="563"><figcaption><p>Embed URL from Settings</p></figcaption></figure>

2. Once you click on **Generate Embed URL**, the following window will be displayed.

<figure><img src="https://files.helpdocs.io/6dnnwn52e3/articles/rjxeornff3/1745934105703/image.png" alt="" width="563"><figcaption><p>Generating embed URL</p></figcaption></figure>

3. **Direct Access URL (toggle):** When enabled, users accessing the embedded URL are taken directly to the embedded Feed interface (no login prompt). This only works when the token (passed via `utm_source`) has valid session context. When disabled, users will be redirected to the Tellius login screen before reaching the embedded component. Use this when you want user-level authentication to be enforced on access.
4. **Expiry time of URL:** Controls how long the generated embedding URL remains valid. Specify the duration in hours, days, or months. After the set time, the token (`utm_source` or similar context ID) expires, and the link becomes invalid.
5. Once you click on **Generate URL**, the Embed URL will be generated.
6. Click on the **Copy** icon to copy the URL.
7. An embedding URL looks like the following: `https://domain/observations?utm_source=ID`
8. Once you embed the URL, the **Feed** page will be loaded.


---

# 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/embedding-tellius/embedding-url/embedding-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.
