# Embeddings

## Embedding and Generic Embeds

We know that your knowledge repository lives on many different tools. Sometimes these bits of knowledge are necessary to provide appropriate context within documentation, dictionary terms, questions, and collections.

Here's a walkthrough of how to embed and what sources Secoda allows you to embed from.

### Embedding from external sources

**Types of embeds in Secoda:**

* Queries
* Charts
* Abstract
* Airtable
* Bilibili
* Cawemo
* ClickUp
* Codepen
* DBDigram
* Descript
* Figma
* Framer
* Github Gist
* Diagrams.net
* GSuite
* Google Data Studio
* Hex Tech
* InVision
* Loom
* Lucidchart
* Marvel
* Mindmeister
* Miro
* Mode
* Pitch
* Prezi
* Spotify
* Trello
* Typeform
* Vimeo
* Whimsical
* YouTube

To embed from an external source, simply type / and begin typing the source you'd like to embed from, or, scroll through until you find the source.

![](https://secoda-public-media-assets.s3.amazonaws.com/ezgif.com-gif-maker%20\(8\).gif)

### Inserting a generic embed

You can insert an embed that's not on the list. To insert a generic embed into a document:

Type `/` and scroll through the various functionalities until you find **Generic Embed,** or begin typing **Embed** and select **Generic Embed**.

![](https://secoda-public-media-assets.s3.amazonaws.com/Group%20583.png)

{% hint style="info" %}
Not using Secoda to manage your data documentation yet? Sign up for free [here](http://app.secoda.co/) 👈
{% endhint %}


---

# 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.secoda.co/features/documents/embeds.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.
