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

# Donna FAQ: Straight Answers to the First Questions

> What people ask first about Donna: whether it is therapy, whether you need an ADHD diagnosis, what stepping away costs, and what it can see.

Each question below gets a short answer and a link to the page that covers it in full. Plan and billing questions are at the bottom.

<AccordionGroup>
  <Accordion title="Is this just another to-do app?">
    No. Donna holds the work and shows you one next step at a time, built fresh for the current moment. You do not build or groom a backlog. See [What Donna does](/docs/concepts/how-donna-thinks).
  </Accordion>

  <Accordion title="Do I need ADHD, or a diagnosis, to use it?">
    No. Donna is built around ADHD but works for anyone who struggles to start. It does not ask for a diagnosis and is not a medical product. See [Is this for me?](/docs/is-this-for-me).
  </Accordion>

  <Accordion title="Is Donna therapy?">
    No. Donna is an executive function partner for getting things done. It is not treatment. On a day when you need more than that, Donna says so plainly.
  </Accordion>

  <Accordion title="What happens if I disappear for a while?">
    Nothing. If you stop for a day or a month, Donna starts from the current day when you return. There is no summary of the gap, no backlog of missed items, and nothing marked late. See [Adaptation](/docs/concepts/how-donna-adapts).
  </Accordion>

  <Accordion title="Does Donna watch what I do all day?">
    No. Donna infers the shape of your day from what you choose to share, like a view of your calendar. It does not watch your screen, log your keystrokes, or monitor you between conversations. See [Your data and privacy](/docs/reference/your-data).
  </Accordion>

  <Accordion title="What if I skip things, or do nothing?">
    Skipping does not delete anything or affect any Outcome, and Donna keeps no count of skipped items. "Nothing today" is a valid answer: Donna offers a different angle or a smaller step. See [Bad days](/docs/daily/bad-days).
  </Accordion>

  <Accordion title="Can I change how Donna talks to me?">
    Yes. In settings you can pick a voice preset, from sharp and dry to a calmer, slower register, and change it anytime. A separate setting in the same place controls workload: how many Actions Donna asks of you in a day.
  </Accordion>

  <Accordion title="Can Donna do the work for me, or send things?">
    Donna works alongside you on the task. When an Action is text-shaped (a sentence, a list, a cold email), you write it inside Donna's [work view](/docs/daily/working-an-action), and when you stall Donna reminds you why you are writing it, from the goal and details you already gave it. If the text needs to be sent, Donna can offer to send it through a tool you have connected, but only after you review and confirm the exact recipient and text. Nothing sends on its own.
  </Accordion>

  <Accordion title="Can I give Donna a document to work from?">
    Yes. Drop, paste, or pick a plain-text, Markdown, or HTML file into the chat. Donna reads it, files the loose pieces into [Capture](/docs/concepts/capture) so nothing is lost, and offers once to shape the bigger thread into an Outcome with you. Word and PDF files are not read yet. The file itself is never stored: Donna keeps only the text it pulled out.
  </Accordion>

  <Accordion title="How do I reach Donna when I am away from my computer?">
    In a phone browser: Donna runs in the browser on any platform, and the same window adapts to a phone screen (see [Where to use Donna](/docs/channels/apps)). Same account, same memory. If typing on a phone is the hard part, [dictate](/docs/channels/voice) instead: hold the mic in the bottom bar, say it, and it lands as text you can fix before sending. Donna replies in text, so there is no call to join and nothing to listen to.
  </Accordion>

  <Accordion title="Does Donna text or remind me on a schedule?">
    Yes. Check-ins follow quiet hours in your timezone, at least two hours between any two of them, and a backoff when you are low or already have one unanswered. It never mentions how long it has been. What you control sits in settings under personalization, "reaching out": whether Donna reaches out at all, your active hours, and a per-device push toggle. The two-hour gap and the daily cap are fixed and cannot be changed.
  </Accordion>

  <Accordion title="Who owns what Donna learns about me?">
    You do. Delete your account anytime from settings and everything Donna learned about you goes with it. See [Your data and privacy](/docs/reference/your-data).
  </Accordion>
</AccordionGroup>

## Your plan and billing

<AccordionGroup>
  <Accordion title="How does the free trial work?">
    Donna's trial runs 14 days. A card is collected up front, but nothing is charged until the trial ends. Leave any time before then and you are not charged. Current prices live on the [pricing page](https://meetdonna.xyz/pricing).
  </Accordion>

  <Accordion title="What happens when my trial ends?">
    The subscription starts on the card you added. If it lapses, or if you cancel before then, the app sends you to the pricing page to subscribe before you can continue. Your account and your work stay exactly as they are, nothing is deleted by a lapsed plan.
  </Accordion>

  <Accordion title="How do I cancel or change my plan?">
    Open settings and find billing. It shows your plan and its status, one of "renews {date}", "free trial · {N} days left, first charge {date}", "canceled · active until {date}", or "payment issue · update your card". A "manage billing" button opens your subscription details: invoices, payment method, and cancel. "See plans" (or "change plan," once you are subscribed) is there if you want to switch. Canceling keeps your access until the end of the period you already paid for.
  </Accordion>
</AccordionGroup>

<script
  type="application/ld+json"
  dangerouslySetInnerHTML={{ __html: `{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
  "@type": "Question",
  "name": "Is this just another to-do app?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "No. Donna holds the work and shows you one next step at a time, built fresh for the current moment. You do not build or groom a backlog. See What Donna does."
  }
},
{
  "@type": "Question",
  "name": "Do I need ADHD, or a diagnosis, to use it?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "No. Donna is built around ADHD but works for anyone who struggles to start. It does not ask for a diagnosis and is not a medical product. See Is this for me?"
  }
},
{
  "@type": "Question",
  "name": "Is Donna therapy?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "No. Donna is an executive function partner for getting things done. It is not treatment. On a day when you need more than that, Donna says so plainly."
  }
},
{
  "@type": "Question",
  "name": "What happens if I disappear for a while?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "Nothing. If you stop for a day or a month, Donna starts from the current day when you return. There is no summary of the gap, no backlog of missed items, and nothing marked late. See Adaptation."
  }
},
{
  "@type": "Question",
  "name": "Does Donna watch what I do all day?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "No. Donna infers the shape of your day from what you choose to share, like a view of your calendar. It does not watch your screen, log your keystrokes, or monitor you between conversations. See Your data and privacy."
  }
},
{
  "@type": "Question",
  "name": "What if I skip things, or do nothing?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "Skipping does not delete anything or affect any Outcome, and Donna keeps no count of skipped items. \\"Nothing today\\" is a valid answer: Donna offers a different angle or a smaller step. See Bad days."
  }
},
{
  "@type": "Question",
  "name": "Can I change how Donna talks to me?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "Yes. In settings you can pick a voice preset, from sharp and dry to a calmer, slower register, and change it anytime. A separate setting in the same place controls workload: how many Actions Donna asks of you in a day."
  }
},
{
  "@type": "Question",
  "name": "Can Donna do the work for me, or send things?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "Donna works alongside you on the task. When an Action is text-shaped (a sentence, a list, a cold email), you write it inside Donna's work view, and when you stall Donna reminds you why you are writing it, from the goal and details you already gave it. If the text needs to be sent, Donna can offer to send it through a tool you have connected, but only after you review and confirm the exact recipient and text. Nothing sends on its own."
  }
},
{
  "@type": "Question",
  "name": "Can I give Donna a document to work from?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "Yes. Drop, paste, or pick a plain-text, Markdown, or HTML file into the chat. Donna reads it, files the loose pieces into Capture so nothing is lost, and offers once to shape the bigger thread into an Outcome with you. Word and PDF files are not read yet. The file itself is never stored: Donna keeps only the text it pulled out."
  }
},
{
  "@type": "Question",
  "name": "How do I reach Donna when I am away from my computer?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "In a phone browser: Donna runs in the browser on any platform, and the same window adapts to a phone screen. Same account, same memory. If typing on a phone is the hard part, dictate instead: hold the mic in the bottom bar, say it, and it lands as text you can fix before sending. Donna replies in text, so there is no call to join and nothing to listen to."
  }
},
{
  "@type": "Question",
  "name": "Does Donna text or remind me on a schedule?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "Yes. Check-ins follow quiet hours in your timezone, at least two hours between any two of them, and a backoff when you are low or already have one unanswered. It never mentions how long it has been. What you control sits in settings under personalization, \\"reaching out\\": whether Donna reaches out at all, your active hours, and a per-device push toggle. The two-hour gap and the daily cap are fixed and cannot be changed."
  }
},
{
  "@type": "Question",
  "name": "Who owns what Donna learns about me?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "You do. Delete your account anytime from settings and everything Donna learned about you goes with it. See Your data and privacy."
  }
},
{
  "@type": "Question",
  "name": "How does the free trial work?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "Donna's trial runs 14 days. A card is collected up front, but nothing is charged until the trial ends. Leave any time before then and you are not charged. Current prices live on the pricing page."
  }
},
{
  "@type": "Question",
  "name": "What happens when my trial ends?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "The subscription starts on the card you added. If it lapses, or if you cancel before then, the app sends you to the pricing page to subscribe before you can continue. Your account and your work stay exactly as they are, nothing is deleted by a lapsed plan."
  }
},
{
  "@type": "Question",
  "name": "How do I cancel or change my plan?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "Open settings and find billing. It shows your plan and its status, one of \\"renews {date}\\", \\"free trial · {N} days left, first charge {date}\\", \\"canceled · active until {date}\\", or \\"payment issue · update your card\\". A \\"manage billing\\" button opens your subscription details: invoices, payment method, and cancel. \\"See plans\\" (or \\"change plan,\\" once you are subscribed) is there if you want to switch. Canceling keeps your access until the end of the period you already paid for."
  }
}
]
}` }}
/>
