# Embedding FAQs

#### **What type of embedding should I choose?**

Based on your requirement - if you want to show a static dashboard (revenue, leads captured etc.) that is common to all users, then you can go with the static token method. For user-specific/interactive charts, dynamic token method can be used. Also, consider the following criteria before choosing an embedding method:

* The data consumers of the app (specific to a team/user or common audience)
* The technical expertise of the team (ability to build customized UI, generating unique jwt etc.)
* The estimated time of completion (few hours or few months)
* The level of customization required (no customization or inputs-only or full level of control)

#### **Can we do multiple types of embedding in a single application?**

Yes, multiple types of embedding can be deployed in a single application. Each iFrame component can be configured separately.&#x20;

#### **What are the security measures taken on embedding?**

Tellius can be configured to allow embedding only from same/listed origins and restrict cross-origin requests. The tokens also comes with an expiration.


---

# 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/getting-started/faqs/embedding-faqs.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.
