# Sharing Agents in MindStudio

{% embed url="<https://youtu.be/Ph-UP8d3lVc>" %}

## What Is Agent Sharing in MindStudio?

Agent sharing lets you publish, promote, and monetize your workflows across platforms like LinkedIn, YouTube, TikTok, and Instagram.

By enabling remixing and linking your affiliate account, others can copy your agents—and you receive referral credit when they sign up for a subscription.

Agent sharing is ideal for:

* Growing your audience by showcasing useful workflows
* Teaching others how to build and customize agents
* Earning affiliate commissions from referrals

***

## Publish Your Agent

1. Open your agent.
2. Open the **Landing Page tab** → Fill out:
   * **Name** and **Subtitle**
   * **Functional Description** (short pitch)
   * **Full Description** (longer markdown tutorial, optional)
   * **Tags** for SEO
   * **Tutorials, Images, or Sample Assets**
   * **Preview Workflow** (pick the most visually compelling one)
3. Upload a custom **Social Sharing Image** (recommended: screenshot of your workflow).
4. Click **Publish**.

***

## Enable Remixing and Share Your Remix Link

After publishing:

1. Go to **Remixing tab** → Enable **Remixing**.
2. Click **Copy Remix Link**.
3. Share this link on LinkedIn, YouTube, TikTok, Instagram, or anywhere your audience is.

When someone clicks **Make a Copy**, your PartnerStack link tracks their signup and credits you for the referral.

***

## Set Your Agent to Be Public

1. Open your agent.
2. Open the **Access tab** → Click **Public**.
3. Set cost responsibility for use of your agent:
   * **Requester:** The requester using your agent pays for usage cost.
   * **Agent Owner (You):** You pay for others to use your agent. [See how to configure anonymous access of your agent](#anonymous-access-of-your-agent).

***

## Anonymous Access of Your Agent

After setting that you pay for public usage of your agent:

1. Enable **Anonymous Access**. Anyone with the link can use your agent, even without a MindStudio account. All usage costs will be charged to you.
2. Optionally, set an unbranded custom subdomain. This subdomain is a public-access version of your agent.
3. Click **Save**.

***

## Set Up Your Affiliate Link

1. Open **Account Settings** (gear icon).
2. Scroll to **PartnerStack Affiliate URL**.
3. Click **Sign Up** and register.
4. Copy your unique referral link into the field and save.

Without this step, you won’t receive referral credit.

***

## Best Practices for Sharing Agents

#### Show Off Complex Workflows

Posts with detailed, visually interesting workflows perform best.

* Add block icons and annotations for clarity.
* Use screenshots as thumbnails or social sharing images.

#### Use Tutorials and Demos

Create walkthroughs that explain:

* How to configure schedules
* How to customize topics
* How to adapt agents for different use cases

#### Drive Engagement

On LinkedIn and other platforms:

* Use “comment to get the link” strategies to boost engagement.
* Share consistently (daily if possible).
* Experiment with both short-form (TikTok/Reels) and long-form (YouTube) content.

***

## Sharing Fundamentals Cheat-Sheet

| Feature                  | Purpose                                                                                                        |
| ------------------------ | -------------------------------------------------------------------------------------------------------------- |
| **PartnerStack Link**    | Tracks referrals and earns you commission (20% for 12 months)                                                  |
| **Remixing**             | Allows others to duplicate and customize your agent                                                            |
| **Landing Page**         | Displays name, description, tags, images, and tutorials                                                        |
| **Preview Workflow**     | Shows an eye-catching workflow diagram as the background                                                       |
| **Social Sharing Image** | Controls how your agent appears in LinkedIn, YouTube, etc.                                                     |
| **Public Access**        | Grants public access to your agent, where either the requester or you pay for its usage cost                   |
| **Anonymous Access**     | Grants anyone with the link to use your agent, even without a MindStudio account. You pay for all usage costs. |
| **Custom Subdomain**     | Set a custom subdomain that becomes a public-access version of your agent                                      |

***


---

# 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://university.mindstudio.ai/docs/deployment-of-ai-agents/sharing-agents-in-mindstudio.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.
