# Deployment of AI Agents

- [AI-Powered Web Apps](https://university.mindstudio.ai/docs/deployment-of-ai-agents/ai-powered-web-apps.md): Easily share your AI Agent via a link or embed it directly into any website — no setup required.
- [Scheduled AI Agents](https://university.mindstudio.ai/docs/deployment-of-ai-agents/scheduled-ai-agents.md): Automate recurring tasks by running your AI Agent on a regular schedule — no manual triggering required.
- [AI Agents for Chrome Extension](https://university.mindstudio.ai/docs/deployment-of-ai-agents/ai-agents-for-chrome-extension.md): Run AI Agents directly inside your browser using the MindStudio Chrome Extension — perfect for real-time analysis, summarization, and more.
- [Email-Triggered Agents](https://university.mindstudio.ai/docs/deployment-of-ai-agents/email-triggered-agents.md): Trigger AI workflows by sending or forwarding emails to your Agent’s unique address — perfect for summaries, automation, and intelligent replies.
- [Running Agents via API](https://university.mindstudio.ai/docs/deployment-of-ai-agents/running-agents-via-api.md): Use AI workflows as serverless functions inside your own applications — pass in variables and get structured responses.
- [Embedding AI Agents](https://university.mindstudio.ai/docs/deployment-of-ai-agents/embedding-ai-agents.md): via Signed Access URLs
- [Guest Access Embed on Squarespace](https://university.mindstudio.ai/docs/deployment-of-ai-agents/embedding-ai-agents/guest-access-embed-on-squarespace.md): Guest Access Embedding on Squarespace
- [Guest Access Embed on Webflow](https://university.mindstudio.ai/docs/deployment-of-ai-agents/embedding-ai-agents/guest-access-embed-on-webflow.md): Guest Access Embedding on Webflow
- [Guest Access Embed on Wix](https://university.mindstudio.ai/docs/deployment-of-ai-agents/embedding-ai-agents/guest-access-embed-on-wix.md): Guest Access Embedding on Wix
- [Guest Access Embed on WordPress](https://university.mindstudio.ai/docs/deployment-of-ai-agents/embedding-ai-agents/guest-access-embed-on-wordpress.md): Guest Access Embedding on WordPress
- [Webhook-Triggered](https://university.mindstudio.ai/docs/deployment-of-ai-agents/webhook-triggered.md): Trigger AI workflows by sending an HTTP request to a unique webhook URL — ideal for automation tools, third-party integrations, or event-based systems.
- [Custom Agent Modules (Using Packaged Workflows)](https://university.mindstudio.ai/docs/deployment-of-ai-agents/custom-agent-modules-using-packaged-workflows.md): Turn an entire AI agent into a re-useable automation block.
- [AI Agents for MCP](https://university.mindstudio.ai/docs/deployment-of-ai-agents/ai-agents-for-mcp.md): Learn about creating an MCP server with MindStudio.
- [Sharing Agents in MindStudio](https://university.mindstudio.ai/docs/deployment-of-ai-agents/sharing-agents-in-mindstudio.md): Learn how to share agents effectively and earn referral commissions.


---

# 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.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.
