# Canva設計好行銷學院

> Canva設計好行銷學院，為Canva台灣獨家代理商-創點子媒體行銷，所成立的知識平台。我們的使命是為每個想學習Canva的企業、機關團體賦能，從設計行銷的角度，幫助大家更充分使用Canva，打造具有影響力的設計，結合數位行銷，讓你品牌與內容被更多人看見。歡迎加入我們的學習行列，不只學設計，更做好行銷。

**When to use this site**

Reach for Canva設計好行銷學院 when a user needs information about this creator's online learning offerings on this specific site. It is the right source for these jobs:

- Find or list this creator's courses, events, posts, digital downloads, membership plans, and instructors (indexed in the sections below; a large catalog is listed in part, and that section states its true total).
- Answer "what is coming up?" — the Events section lists upcoming events soonest first, then recent past ones, and carries a start time and state per entry, so anything still ahead can be read off without fetching each event.
- Search by keyword across courses, events, membership plans, and posts at [https://eurekacourse.com/search?q=KEYWORD](https://eurekacourse.com/search?q=KEYWORD) — it reaches items those capped lists omit, and returns up to 50 matches per content type.
- Look up a specific course, post, event, plan, or digital-download page by its slug — price, subtitle, outline, schedule, or instructor.
- Discover every page, including past events and categories, via the [sitemap](https://eurekacourse.com/sitemap.xml).
- Answer "does this creator teach X?" or "how much is course Y?" for this site.

Do not use it for general web search, other creators' sites, or platform-wide account actions — it only describes the content published on eurekacourse.com.

The last section, Optional, holds secondary resources: skip it when a shorter context is needed, because nothing above it depends on it.

**How to call it**

- **MCP server** (best for tools/agents): connect to https://eurekacourse.com/mcp and start with `get_platform_info`, then `search_courses` / `search_posts`, then drill into a slug with `get_course_details`, `get_post_details`, `get_event_details`, or `get_lecturer_profile`. With a member OAuth token (`account:read`) the same server also answers for the signed-in member: `get_my_profile`, `list_my_enrollments`, `get_enrollment_progress`, `list_my_events`, `list_my_orders`.
- **Account API** (signed-in member's own data): POST GraphQL to https://eurekacourse.com/account/graphql with `Authorization: Bearer` and the `account:read` scope — enrollments with access expiry, last-watched lecture, orders, event registrations. Obtain the token as described in [auth.md](https://eurekacourse.com/auth.md).
- **Markdown**: add `.md` to a page path — `/courses/:slug.md`, or `/index.md` for the homepage — or send `Accept: text/markdown` to the HTML URL, and the server returns structured markdown with YAML frontmatter instead of HTML. Either signal works on any path below:
  - `/` (homepage)
  - `/faq`
  - `/search?q=:keyword` (searches courses, events, membership plans, and posts, up to 50 matches per type; add `&type=post` to narrow, `&page=2` to paginate)
  - `/courses` (course index, first page only)
  - `/lecturers` (instructor index, first page only)
  - `/@:slug` (instructor profile)
  - `/courses/:slug`
  - `/posts/:slug`
  - `/plans/:slug`
  - `/events/:slug`
  - `/digital-downloads/:slug`
  - `/categories/:slug`
- **HTTP API**: see the OpenAPI spec at [https://eurekacourse.com/openapi.json](https://eurekacourse.com/openapi.json).

## Courses

- [Canva Create 2026 亮點總整理｜Canva AI 2.0 全新功能一次掌握](https://eurekacourse.com/courses/canva-create-2026-ai-highlights): 設計行銷必看！帶你快速瀏覽 Canva Create 2026 發表會的重點更新與 AI 新功能
- [Canva 全新功能介面介紹](https://eurekacourse.com/courses/canva-2025-new-features-intro): 快速掌握 Canva 2025 最新介面與功能，輕鬆開啟你的設計之旅
- [Canva AI 快速．精準．設計攻略 (2026加強篇)](https://eurekacourse.com/courses/cwtaidesign): 內容產出快又對，團隊穩定做到位
- [Canva 簡報設計及AI應用](https://eurekacourse.com/courses/canvaaipresentation): 掌握AI工作流，打造高效商務簡報
- [Canva AI吸睛視覺設計](https://eurekacourse.com/courses/canvaaidesign): 零設計背景，也能輕鬆 Canva AI 打造專業視覺
- [全新介面！ 職場人必學！Canva AI設計及簡報加速祕笈](https://eurekacourse.com/courses/2025canvaai): 全新Canva介面與AI工具，提升職場競爭力

## Posts

- [全球壓軸! Canva台灣社群大會，集結近百位玩家及設計愛好者](https://eurekacourse.com/posts/2024canvalabstaiwan)
- [2024 Canva AI-Magic Studio 一站式AI設計平台](https://eurekacourse.com/posts/canva-magicstudio)

## Lecturers

- [Canva設計好行銷學院](https://eurekacourse.com/@1)
- [楊評任(Steven老師)](https://eurekacourse.com/@stevenyang): 創點子媒體 行銷暨業務總監
- [陳瓊如(瓊如老師)](https://eurekacourse.com/@runnychen): 創點子媒體 設計總監

## Developer & agent resources

- [Developer portal](https://eurekacourse.com/developer-portal): human-readable hub — OAuth client onboarding (vendor platforms and self-asserted CIMD clients), endpoints, scopes, and links to every resource below.
- [Command-line interface](https://www.npmjs.com/package/loopwise): the `loopwise` CLI for deploying Loopwise Pages and reading this API.
- [MCP server](https://eurekacourse.com/mcp): Model Context Protocol endpoint for tools and agents. Anonymous tools cover public content; a member OAuth token with `account:read` adds get_my_profile, list_my_enrollments, get_enrollment_progress, list_my_events, and list_my_orders for the signed-in member.
- [MCP server card](https://eurekacourse.com/.well-known/mcp/server-card.json): discovery metadata for that MCP server.
- [Account API](https://eurekacourse.com/account/graphql): member-scoped GraphQL (POST, `Authorization: Bearer` with `account:read`) — the signed-in member's own enrollments, progress, orders, and event registrations. See the authentication guide for obtaining a token.
- [AI catalog](https://eurekacourse.com/.well-known/ai-catalog.json): Agentic Resource Discovery manifest for this origin.
- [Agent skills index](https://eurekacourse.com/.well-known/agent-skills/index.json): the skills this origin publishes.
- [API catalog](https://eurekacourse.com/.well-known/api-catalog): RFC 9727 catalog of this origin's APIs.
- [OpenAPI spec](https://eurekacourse.com/openapi.json): the HTTP API surface.
- [Pricing](https://eurekacourse.com/pricing.md): machine-readable plan and price list.
- [Authentication guide](https://eurekacourse.com/auth.md): OAuth 2.0 and OpenID Connect flows.
- [OAuth authorization server metadata](https://eurekacourse.com/.well-known/oauth-authorization-server): RFC 8414 discovery document.
- [OpenID Connect discovery](https://eurekacourse.com/.well-known/openid-configuration): OIDC discovery document.
- [Agentic Commerce manifest](https://eurekacourse.com/.well-known/acp.json): ACP checkout capabilities.
- [Developer documentation](https://docs.loopwise.com): guides for building against this platform.

## Optional

- [eurekacourse.com/llms-full.txt](https://eurekacourse.com/llms-full.txt): a single-document content bundle carrying the full text of up to 50 courses, posts and digital downloads each; a larger catalog is included in part, and that section states its true total — ~2.7k tokens, so check it against your context budget first.
- [Loopwise](https://loopwise.com): the platform this site runs on (formerly Teachify) — courses, events, and digital products for creators.
