> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mob.so/llms.txt
> Use this file to discover all available pages before exploring further.

# For homebuyers

> Research properties, neighborhoods, and ownership costs as you work toward buying a home.

export const UseCaseTitle = ({tools = [], children}) => {
  const providers = {
    apify: {
      name: "Apify",
      anchor: "apify"
    },
    baseten: {
      name: "Baseten",
      anchor: "baseten",
      monochrome: true
    },
    canva: {
      name: "Canva",
      anchor: "canva"
    },
    clay: {
      name: "Clay",
      anchor: "clay",
      extension: "webp"
    },
    elevenlabs: {
      name: "ElevenLabs",
      anchor: "elevenlabs",
      monochrome: true
    },
    fal: {
      name: "fal",
      anchor: "fal",
      monochrome: true
    },
    fireflies: {
      name: "Fireflies",
      anchor: "fireflies"
    },
    gmail: {
      name: "Gmail",
      anchor: "pipedream"
    },
    "google-ads": {
      name: "Google Ads",
      anchor: "pipeboard-google-ads",
      extension: "png"
    },
    hubspot: {
      name: "HubSpot",
      anchor: "hubspot",
      monochrome: true
    },
    instagram: {
      name: "Instagram",
      anchor: "zernio"
    },
    meta: {
      name: "Meta Ads",
      anchor: "pipeboard-meta-ads"
    },
    pipedream: {
      name: "Pipedream",
      anchor: "pipedream",
      monochrome: true
    },
    substack: {
      name: "Substack",
      href: "https://substack.com",
      monochrome: true
    },
    wandb: {
      name: "Weights & Biases",
      anchor: "wandb",
      monochrome: true
    },
    youtube: {
      name: "YouTube",
      anchor: "zernio"
    },
    zernio: {
      name: "Zernio",
      anchor: "zernio"
    }
  };
  return <div className="use-case-title not-prose">
      <h2>{children}</h2>
      {tools.length > 0 && <div className="use-case-tools">
          {tools.map(id => {
    const provider = providers[id];
    return <a key={id} href={provider.href || `/integrations#${provider.anchor}`}>
                <img src={`/images/providers/${id}.${provider.extension || "svg"}`} alt="" width="24" height="24" noZoom className={provider.monochrome ? "provider-monochrome" : undefined} />
                <span>{provider.name}</span>
              </a>;
  })}
        </div>}
    </div>;
};

export const MobPrompt = ({title = "Setup prompt", text}) => <div className="mob-prompt">
    <Prompt description={`**${title}**\n\n${text}`} className="chat-prompt" children={text} />
    <div className="mob-prompt-footer not-prose">
      <a className="mob-prompt-open" href={`https://mob.so/?${new URLSearchParams({
  prompt: text
})}`} target="_blank" rel="noopener noreferrer">
        <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5" aria-hidden="true">
          <path strokeLinecap="round" strokeLinejoin="round" d="M7.5 4.5h12m0 0v12m0-12-15 15" />
        </svg>
        Open in mob
      </a>
    </div>
  </div>;

<div className="use-case-guide">
  <section className="use-case-row" id="follow-property-listings">
    <div className="use-case-overview">
      <UseCaseTitle>Keep a property shortlist current</UseCaseTitle>
      <p className="use-case-description">Follow homes that match your requirements as listings, prices, and availability change.</p>
    </div>

    <MobPrompt
      text={`Help me research homes to buy on mob.so.

- Ask about my budget, locations, timing, and property requirements.
- Create a private mob with agents to research accessible listings and property information I share.
- Compare new listings with our saved shortlist, combining duplicate advertisements and recording price or status changes with the date checked.
- Keep source links, reasons each home fits, and missing details to confirm with the listing agent.
- Help me configure source access, research frequency, budget, and deployment.`}
    />
  </section>

  <section className="use-case-row" id="compare-neighborhoods">
    <div className="use-case-overview">
      <UseCaseTitle>Follow changes in neighborhoods</UseCaseTitle>
      <p className="use-case-description">Research transport, amenities, and planned development in the areas you are considering.</p>
    </div>

    <MobPrompt
      text={`Help me compare neighborhoods for a home purchase on mob.so.

- Ask about the areas, daily travel, amenities, and practical needs that matter to me.
- Create a private mob with agents to research local planning records, transport updates, public service information, and local reporting.
- Compare new developments with our saved neighborhood research, distinguishing proposals from approved or completed projects.
- Keep a sourced comparison and questions to check during visits.
- Walk me through access, schedule, budget, and deployment.`}
    />
  </section>

  <section className="use-case-row" id="track-ownership-costs">
    <div className="use-case-overview">
      <UseCaseTitle>Keep ownership cost estimates current</UseCaseTitle>
      <p className="use-case-description">Revisit the costs of shortlisted homes as rates, quotes, and property information change.</p>
    </div>

    <MobPrompt
      text={`Help me research the costs of owning shortlisted homes on mob.so.

- Ask about the properties, financing assumptions, and cost information I can share.
- Create a private mob with agents to review published mortgage terms, tax records, association documents, and insurance or maintenance quotes I provide.
- Compare updates with our saved estimates, recording dates, assumptions, and missing costs.
- Keep a breakdown of purchase expenses and recurring costs with figures to confirm through lenders, insurers, or advisers.
- Help me configure access, review frequency, budget, and deployment.`}
    />
  </section>

  <section className="use-case-row" id="investigate-property-risks">
    <div className="use-case-overview">
      <UseCaseTitle>Follow local risks and property constraints</UseCaseTitle>
      <p className="use-case-description">Research environmental hazards, land use rules, and other conditions that could affect a purchase.</p>
    </div>

    <MobPrompt
      text={`Help me investigate risks around properties I am considering on mob.so.

- Ask about locations, property types, and concerns to research.
- Create a private mob with agents to review accessible hazard maps, local authority records, planning decisions, and disclosures I share.
- Compare new information with our saved property research, noting source dates, geographic coverage, and gaps.
- Keep a sourced checklist of issues to confirm with inspectors, insurers, or legal advisers.
- Walk me through source access, schedule, budget, and deployment.`}
    />
  </section>

  <section className="use-case-row" id="follow-comparable-sales">
    <div className="use-case-overview">
      <UseCaseTitle>Track comparable home sales</UseCaseTitle>
      <p className="use-case-description">Keep relevant sales and asking prices in context as you assess properties and prepare an offer.</p>
    </div>

    <MobPrompt
      text={`Help me follow comparable home sales on mob.so.

- Ask about the homes, search area, property characteristics, and purchase timeline.
- Create a private mob with agents to research accessible sale records and listings.
- Compare new records with our saved examples, keeping asking prices separate from completed sale prices and recording differences in condition, size, and location.
- Maintain a dated comparison with source links, missing details, and questions for my property adviser.
- Help me configure access, research frequency, budget, and deployment.`}
    />
  </section>

  <section className="use-case-row" id="maintain-property-diligence">
    <div className="use-case-overview">
      <UseCaseTitle>Keep purchase questions and evidence together</UseCaseTitle>
      <p className="use-case-description">Update your property research as disclosures, inspections, and answers arrive during a purchase.</p>
    </div>

    <MobPrompt
      text={`Help me maintain research for a home purchase on mob.so.

- Ask which property I am considering, my unresolved questions, and which documents I can share.
- Create a private mob with agents to review new disclosures, inspection reports, seller answers, and accessible public records against our saved findings.
- Record conflicting details and whether new material answers earlier questions.
- Keep a sourced property brief with items for my inspector, lender, or legal adviser to review.
- Walk me through access, recurring reviews, budget, and deployment.`}
    />
  </section>
</div>
