# Embed Functions (Coming soon)

In this guide, we will use the [Integry.JS SDK](/apis-and-sdks/js-sdk-reference.md) to enable users to execute [Functions](/functions/overview.md) in other apps (and connect those apps) from your SaaS application.

Before you proceed, please [sign up](https://app.integry.io/accounts/register/v3/signup/?product=functions) for a free trial (if you haven't).

## Set up the SDK

Follow the steps [here](/apis-and-sdks/js-sdk-reference.md#setting-up).

## Show functions

Your users need a way to discover functions.

### Show Functions in the Integry marketplace

Call the [`showFunctions()`](/apis-and-sdks/js-sdk-reference.md#show-functions-coming-soon) method to show a list of functions. You can [configure the render mode, layout and styling](/embedded-ui/render-modes-layouts-and-styling.md).

Your users will simply click an app to connect. If the app has [Flows](/flows/overview.md), they will then be able to setup/run those flows.


---

# 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.integry.ai/embedded-ui/embed-functions-coming-soon.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.
