# 房產阿信

> Welcome to our site

**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, 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://houseasin.kaik.io/search?q=KEYWORD](https://houseasin.kaik.io/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://houseasin.kaik.io/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 houseasin.kaik.io.

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://houseasin.kaik.io/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`.
- **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://houseasin.kaik.io/openapi.json](https://houseasin.kaik.io/openapi.json).

## Posts

- [〈你不知道的建案命名學〉](https://houseasin.kaik.io/posts/build-name-cheat-sheet): 看房之前，先學會翻譯建案名字，不然你可能搬進「森境苑」結果對窗是摩鐵停車場。
- [什麼是共同持分？ 3 大風險與自保懶人包，親友一起買房前必看！](https://houseasin.kaik.io/posts/real-estate-co-ownership-risks-and-solutions): 從產權登記到退場機制，一份完整協議就能避免 9 成未來糾紛。
- [不只是省電費！ ESG 綠建築：引爆企業獲利、人才吸引力與品牌價值的永續引擎](https://houseasin.kaik.io/posts/esg-green-building): ESG綠建築不只是環保選項，更是驅動財務體質優化、打造人才磁鐵、強化治理績效的多效回報投資。
- [《地下室能住嗎？台中一坪8萬三房成交背後的真相》](https://houseasin.kaik.io/posts/basement): 台中一間地下二樓三房用超低總價引爆話題，但這樣的房子真的能住嗎？能不能貸款？本文從法規、貸款、使用限制全面解析。
- [建商讓利是真的嗎？2025購屋終極指南：一篇文教你識破話術、大膽議價，買到不後悔的房子](https://houseasin.kaik.io/posts/real-estate-price-negotiation-guide-2025): 不只教你殺價，更教你評估價值、看懂風險，做出讓未來感謝現在的聰明決定。
- [保存登記是什麼？搞懂與違建、未保存登記建物的差異與風險](https://houseasin.kaik.io/posts/real-estate-registration-guide): 買房前先自保！你該懂的「保存登記」三大關鍵字：保存登記、未保存登記、違建。
- [租約公證：保障房東房客權益的法律武器](https://houseasin.kaik.io/posts/rental-agreement-notarization): 租賃契約公證，讓租屋更安心，糾紛不再心煩！
- [地上權房屋是什麼？優缺點、風險、貸款一篇搞懂！](https://houseasin.kaik.io/posts/superficies): 住進城堡卻不是國王？揭開「地上權房屋」這類看似划算背後的真相。
- [《房地產投資新手必看指南：避開踩雷的 5 個關鍵看點》](https://houseasin.kaik.io/posts/buy-smart-5-tips): 新手投資型買家最常忽略的五個盲點。
- [買房 vs 存股：2025年想財務自由該怎麼選？完整優劣比較指南](https://houseasin.kaik.io/posts/buy-house-vs-dividend-stock-2025): 買房與存股的五大比較面向
- [財商觀念三部曲：收入不等於財富，我如何從負債走向穩定現金流](https://houseasin.kaik.io/posts/financial01): 投資不是看誰賺最多，而是你懂不懂怎麼配置你自己的錢
- [從股票虧損 1000 萬，到房地產投資翻轉人生｜我花三年學會的事，不是賺錢快，而是睡得著](https://houseasin.kaik.io/posts/real-estate-investment-vs-stock-loss): 一場住了 7 年的房子，讓我看清什麼才是穩定的投資

## Lecturers

- [房產阿信](https://houseasin.kaik.io/@asin): 房地產教育長

## Optional

- [houseasin.kaik.io/llms-full.txt](https://houseasin.kaik.io/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 — ~8.4k tokens, so check it against your context budget first.
- [MCP server](https://houseasin.kaik.io/mcp): Model Context Protocol endpoint for tools and agents.
- [MCP server card](https://houseasin.kaik.io/.well-known/mcp/server-card.json): discovery metadata for that MCP server.
- [AI catalog](https://houseasin.kaik.io/.well-known/ai-catalog.json): Agentic Resource Discovery manifest for this origin.
- [Agent skills index](https://houseasin.kaik.io/.well-known/agent-skills/index.json): the skills this origin publishes.
- [API catalog](https://houseasin.kaik.io/.well-known/api-catalog): RFC 9727 catalog of this origin's APIs.
- [OpenAPI spec](https://houseasin.kaik.io/openapi.json): the HTTP API surface.
- [Pricing](https://houseasin.kaik.io/pricing.md): machine-readable plan and price list.
- [Authentication guide](https://houseasin.kaik.io/auth.md): OAuth 2.0 and OpenID Connect flows.
- [OAuth authorization server metadata](https://houseasin.kaik.io/.well-known/oauth-authorization-server): RFC 8414 discovery document.
- [OpenID Connect discovery](https://houseasin.kaik.io/.well-known/openid-configuration): OIDC discovery document.
- [Agentic Commerce manifest](https://houseasin.kaik.io/.well-known/acp.json): ACP checkout capabilities.
- [Developer documentation](https://docs.loopwise.com): guides for building against this platform.
- [Loopwise](https://loopwise.com): the platform this site runs on (formerly Teachify) — courses, events, and digital products for creators.
