> For the complete documentation index, see [llms.txt](https://docs.secoda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secoda.co/features/documents/embeds.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.secoda.co/features/documents/embeds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
