# Embedding URL

- [Embedding Vizpads](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-vizpads.md): Learn how to embed Tellius Vizpads into your application using iFrame URLs and postMessage integration for interactive analytics.
- [Apply and delete filters](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-vizpads/apply-and-delete-filters.md): Apply or remove filters using postMessage API—supporting local, global, timeline, and resolution filters.
- [Vizpad-related actionTypes](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-vizpads/vizpad-related-actiontypes.md): Learn how to use actionTypes to interact with Vizpads—apply filters, resolutions, and fetch Business View columns using embedding postMessage commands.
- [Edit, save, and share a Vizpad](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-vizpads/edit-save-and-share-a-vizpad.md): Learn how to edit, save, and share embedded Vizpads using postMessage API—manage filters, apply changes, and collaborate seamlessly.
- [Keep, remove, drill sections](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-vizpads/keep-remove-drill-sections.md): Learn how to apply 'Keep', 'Remove', and 'Drill' actions using postMessage API for dynamic, interactive data exploration.
- [Adding a Viz to a Vizpad](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-vizpads/adding-a-viz-to-a-vizpad.md): Learn how to embed Tellius Vizpads using postMessage API—add charts to existing or new dashboards with flexible tab options.
- [Row-level policy filters](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-vizpads/row-level-policy-filters.md): Implement row-level security in embedded Tellius Vizpads using userId tokens and postMessage to enforce data access policies per user.
- [Embedding Insights](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-insights.md): Learn how to embed Tellius Insights into your application using iFrame URLs and postMessage for seamless integration and real-time analytics.
- [Creating and Viewing Insights](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-insights/creating-and-viewing-insights.md): Learn how to create and embed Tellius Insights using postMessage and iFrame URLs for seamless integration into your application.
- [Embedding Search](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-search.md): Embed Tellius Search into your app using iFrame and postMessage API—enable direct access, session control, and secure, dynamic analytics integration.
- [Search query execution](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-search/search-query-execution.md): Learn how to execute search queries in embedded Tellius Search using postMessage API—send queries, receive visualizations, and integrate results seamlessly.
- [Embedding Assistant](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-assistant.md): Embed Tellius Assistant into your application using iFrame and postMessage API—choose between full interface or conversation-only modes for interactive analytics.
- [Embedding Kaiya](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-kaiya.md): Embed Kaiya conversational AI into your apps using iFrame and postMessage API to enable natural language questions, instant insights, and a seamless chat experience.
- [Embedding Feed](https://help.tellius.com/tellius-6.3/embedding-tellius/embedding-url/embedding-feed.md): Embed Tellius Feed into your app using iFrame URLs to deliver real-time anomaly alerts and metric updates directly within your interface.


---

# 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.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.
