AGENT RESOURCES
Markdown access
Every Cancel Timeshare page is available as markdown for AI assistants and automation workflows.
.md endpoints
Append .md to any page URL to get a markdown version of that page.
Markdown responses include frontmatter metadata, links preserved as markdown links, and table/list structure suitable for agent ingestion.
Using .md endpoints
# Fetch documentation content with curl
curl https://canceltimeshare.io/pricing.md
# Pipe directly to an AI tool
curl https://canceltimeshare.io/resources/faqs.md | pbcopyCopy as Markdown button
Use your documentation sidebar tooling to copy full page markdown to your clipboard. If your docs shell supports section-level copy, use that for broad topic context such as functions, deployments, or integrations.
Feeding documentation to AI assistants
Single page context
Here is the Cancel Timeshare pricing documentation:
[paste markdown content]
Based on this, summarize the available plan tiers and who each is intended for.Multiple page context
I need to compare cancellation options and estimate costs. Here is the relevant documentation:
## Pricing
[paste pricing.md]
## Cost Calculator
[paste cost-calculator.md]
## FAQs
[paste faqs.md]
Help me choose the next steps.Project rules
In tools like Cursor project rules, you can store markdown endpoint URLs so your assistant always has relevant, up-to-date product context.