# 太魯閣領航學院

This document inlines the full text of up to 50 courses, posts and digital downloads each, so it is large — its approximate token cost is in the `x-markdown-tokens` response header. A section that hit that cap says so and links the index that lists the rest. For a links-only index that fits in context, see [www.tobala.net/llms.txt](https://www.tobala.net/llms.txt). For individual pages, send `Accept: text/markdown` on any supported URL.

**When to use this site**

Reach for 太魯閣領航學院 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, posts, and digital downloads (inlined in full in the sections below; a large catalog is included in part, and that section states its true total). Events, membership plans and instructors are indexed in the llms.txt linked above, not here.
- Search by keyword across courses, events, membership plans, and posts at [https://www.tobala.net/search?q=KEYWORD](https://www.tobala.net/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://www.tobala.net/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 www.tobala.net.

**How to call it**

- **MCP server** (best for tools/agents): connect to https://www.tobala.net/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`.
- **Member API** (signed-in member's own data): POST GraphQL to https://www.tobala.net/member/graphql with `Authorization: Bearer` and the `account:read` scope — enrollments with access expiry, last-watched lecture, event registrations, digital products, consulting services. These answer what was bought, not order records: no order number, coupon code, refund status or invoice. The member notification inbox (`notifications`, `unreadNotificationCount`, `notificationSubscriptions`) is here too, with `markNotificationRead` / `markAllNotificationsRead` / `updateNotificationSubscription` mutations under `account:write`. Obtain the token as described in [auth.md](https://www.tobala.net/auth.md).
- **Markdown**: add `.md` to a page path (`/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://www.tobala.net/openapi.json](https://www.tobala.net/openapi.json).

## Posts

### [使用 Agent Skills 賦能 Containerization 重構企業 IT 架構](https://www.tobala.net/posts/agentskills1)

報名網址：https://forms.gle/LdWA…...

## Platform

This site runs on [Loopwise](https://loopwise.com) (formerly Teachify) — a course, event, and digital-product platform for creators.
