> For the complete documentation index, see [llms.txt](https://manual.formwise.ai/formwise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.formwise.ai/formwise/integrations/circle.so.md).

# Circle.so

Want to display your AI tools *directly* inside Circle.so—whether it’s a SmartForm, CoPilot, or a full Toolset dashboard? With Circle’s embed feature and FormWise’s iframe embed codes, it’s easy to create a seamless, interactive experience within your community.

***

### ✅ What You Can Embed from FormWise

* **SmartForms** – AI-powered interactive forms
* **CoPilots** – Chat-style AI assistants
* **Toolsets** – Bundles of tools inside a dashboard

All of these can be embedded using iframe code provided by FormWise.

***

### 🔗 Step-by-Step: Embed FormWise Tools Inside Circle.so

#### 🔹 Step 1: Grab the Embed Code from FormWise

1. **Log into FormWise** and go to the tool (SmartForm, CoPilot, or Toolset) you want to embed.
2. Click the **“Share”** tab.
3. Select **“Embed”**.
4. Copy the provided **iframe embed code**

#### 🔹 Step 2: Add the Embed Code to Circle

Circle does **not** allow raw HTML inside normal post bodies, but here’s how to embed the code properly:

**Option A: Custom HTML Embed Block (via Page Editor)**

1. Navigate to a **Page** (or create a new one) inside your Circle community.
2. Click **“Edit Page”**.
3. Click the ➕ icon to add a new block.
4. Choose **“HTML”**.
5. Paste your **iframe embed code** from FormWise.
6. Save and publish the page.

**Option B: Embed Link in Posts (Limited Support)**

If using a post (not a page), Circle does not support raw HTML—but if your FormWise link is public, you may paste it directly and Circle *may* render a preview for SmartForms. However, full iframe functionality is best through the **HTML block** in a **page**.

***

### ⚠️ Notes & Tips

* **SmartForms render best across all devices.** CoPilots and Toolsets also work great when embedded via iframe.
* If your iframe doesn’t appear, double-check that the tool is **publicly shareable** inside FormWise.
* Adjust width and height manually if needed to better fit your layout.

***

### 🙋 Need Help?

Having trouble embedding your tool? Reach out to [FormWise Support](https://formwise.ai) or check [Circle’s guide on custom HTML blocks »](https://help.circle.so/p/posts/post-spaces/embed-content-within-posts)

***

**Now you can bring your AI tools into your Circle space—right where your audience already is.** 🚀


---

# 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://manual.formwise.ai/formwise/integrations/circle.so.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.
