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

# Frequently Asked Questions About Doohick Features

> Find answers to the most common questions about Doohick's features, billing, account management, and API usage — all in one place.

Whether you're just getting started or looking to make the most of your Doohick workspace, this page answers the questions our users ask most. Browse by category to find the information you need quickly, and follow the links throughout for deeper guidance.

<AccordionGroup>
  <Accordion title="How do I sign up for Doohick?">
    Navigate to [app.doohick.com](https://app.doohick.com) and click **Sign Up**. Enter your email address and choose a password, then check your inbox for a verification email and click the confirmation link to activate your account.
  </Accordion>

  <Accordion title="Can I change my email address?">
    Yes. Go to **Settings → Profile → Email**, enter your new email address, and click **Save**. Doohick sends a verification link to the new address — click it to confirm the change before it takes effect.
  </Accordion>

  <Accordion title="How do I reset my password?">
    On the Doohick login page, click **Forgot password**. Enter the email address associated with your account and click **Send Reset Link**. Check your inbox for the reset email and follow the instructions to set a new password.
  </Accordion>

  <Accordion title="Can I have multiple workspaces?">
    Yes, multiple workspaces are available on the **Pro** and **Enterprise** plans. Open the workspace switcher in the top-left corner of the dashboard and select **Create New Workspace** to add one.
  </Accordion>

  <Accordion title="What are resources in Doohick?">
    Resources are the core entities you create and manage inside Doohick. What counts as a resource depends on your specific use case — for example, records, items, or data objects relevant to your workflow. Every resource belongs to a workspace and can be accessed via the dashboard or API.
  </Accordion>

  <Accordion title="How many integrations can I connect?">
    The number of integrations you can connect depends on your plan:

    | Plan       | Integrations |
    | ---------- | ------------ |
    | Starter    | Up to 10     |
    | Pro        | Unlimited    |
    | Enterprise | Unlimited    |
  </Accordion>

  <Accordion title="Does Doohick support SSO?">
    Yes. Single sign-on (SSO) is available on the **Enterprise** plan via **SAML 2.0**. Contact your account manager or [support@doohick.com](mailto:support@doohick.com) to enable and configure SSO for your organization.
  </Accordion>

  <Accordion title="Can I export my data?">
    Yes. Go to **Settings → Data Export**, choose your preferred format (**CSV** or **JSON**), and click **Export**. Doohick prepares your export and emails you a download link when it's ready.
  </Accordion>

  <Accordion title="Is there a free trial?">
    Yes. Every new Doohick account includes a **14-day free trial** of the Pro plan — no credit card required. At the end of the trial, your workspace automatically moves to the Starter plan unless you add a payment method and upgrade.
  </Accordion>

  <Accordion title="How does billing work?">
    Doohick offers **monthly** and **annual** subscription plans. Billing is charged per workspace, so each workspace you own is billed independently. Annual plans offer a discount compared to paying month-to-month.
  </Accordion>

  <Accordion title="Can I switch between monthly and annual billing?">
    Yes. Go to **Settings → Billing → Switch Billing Cycle** and select your preferred cycle. Switching to annual takes effect immediately and prorates any remaining balance. Switching to monthly takes effect at the end of your current billing period.
  </Accordion>

  <Accordion title="What happens if my payment fails?">
    Doohick makes **3 automatic retry attempts** over several days. If all retries fail, your subscription is paused and you lose access to paid features. Go to **Settings → Billing → Payment Method** to update your card and reactivate your subscription immediately.

    <Warning>
      Update your payment method as soon as you receive a payment failure notification to avoid any disruption to your workspace.
    </Warning>
  </Accordion>

  <Accordion title="Where do I find my API key?">
    Go to **Settings → API Keys**. From there you can view your existing keys, generate new ones, and revoke keys you no longer need. Treat your API keys as passwords — never commit them to source control.
  </Accordion>

  <Accordion title="What is the API rate limit?">
    Rate limits vary by plan. See the full breakdown on the [rate limits reference page](/api/rate-limits) for your specific plan's request quotas and headers.
  </Accordion>

  <Accordion title="Does Doohick have webhooks?">
    Yes. Doohick supports webhooks so you can receive real-time event notifications in your own systems. See the [webhooks documentation](/api/webhooks) for a full list of events and setup instructions.
  </Accordion>
</AccordionGroup>
