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

# FAQs

> Common questions about workflows, credits, publishing, and the Nrev platform.

## 📝 General Questions

<AccordionGroup>
  <Accordion title="What is a Play?">
    A **Play** is a published workflow.\
    Workflows can be built using the visual builder or natural language prompts, and once published, they become Plays that can be shared or reused.
  </Accordion>

  <Accordion title="What happens if I edit a Live Workflow?">
    You can edit a Live Workflow, but you’ll need to **save your changes** for them to take effect in Live Mode.\
    A **Live Workflow** is one that includes triggers responding to live actions — for example, a **Slack node** that runs when a new message is received, or a **Scheduler node** that executes tasks automatically.\
    Once saved, the updated version will run in place of the previous one.
  </Accordion>

  <Accordion title="Can I duplicate a Workflow?">
    Yes. You can duplicate any workflow from the Workflow menu using **Duplicate**.\
    This creates a full copy of the workflow and its configuration.
  </Accordion>

  <Accordion title="When I copy a Workflow, will the connected accounts also be copied?">
    No. You’ll need to **reselect or reconnect the accounts** (like Gmail, Slack, HubSpot, etc.) used in the workflow.\
    All other configurations — nodes, logic, and parameters — will be copied exactly as they were.
  </Accordion>

  <Accordion title="Can I download a Workflow?">
    Yes. You can download a workflow as a **JSON file** and import it later to recreate the exact same workflow.
  </Accordion>

  <Accordion title="Can I run a Workflow manually?">
    Yes. You can run any workflow manually from the canvas or **Test Mode** using sample data to validate the flow.
  </Accordion>
</AccordionGroup>

***

<Tip> Please rename your workflows clearly and consistently to avoid confusion especially when you have multiple copies or versions in your workspace. </Tip>

***

## 💳 Credits & Billing

<AccordionGroup>
  <Accordion title="Do I need credits to test a Workflow?">
    No. **Test Mode** is free — no credits are used when testing.
  </Accordion>

  <Accordion title="When are credits consumed?">
    Credits are consumed when you run a Workflow in **Standard Mode** (not Live Mode).\
    They’re used per row or per group depending on the **type of node** used and the **configuration settings**.\
    The credits to be consumed are also visible on top of each node.
  </Accordion>

  <Accordion title="How can I estimate usage before running a Workflow?">
    You’ll see an estimated credit usage before confirming a run.\
    You can roughly estimate by multiplying the credits shown above each node with the number of rows being processed.
  </Accordion>

  <Accordion title="Are Published Plays free to use?">
    Yes — Published Plays are **free to copy** and use in your workspace.\
    Running them in **Standard Mode** will still consume credits based on your usage.
  </Accordion>
</AccordionGroup>

***

## 📤 Publishing & Discovery

<AccordionGroup>
  <Accordion title="Can anyone publish a Play?">
    Yes. You can publish a Play with **descriptions, tags, screenshots**, and other details that make it easy for others to discover and reuse.\
    Publishing lets you share your workflows with the wider Nrev community.
  </Accordion>

  <Accordion title="Where do Published Plays appear?">
    Published Plays appear in the **Play Library**, accessible from your dashboard or through shared links.\
    You can also search Plays by tags or keywords.
  </Accordion>

  <Accordion title="Can I unpublish or remove a Play? (To be discussed)">
    You’ll be able to manage visibility or remove your Plays anytime from the **Creator Hub**.
  </Accordion>

  <Accordion title="Will other users see my data?">
    It’s optional. You can choose to **keep sample data visible** for others to preview, or turn that off to keep everything private.
  </Accordion>
</AccordionGroup>

***

## 🧠 Platform Behavior

<AccordionGroup>
  <Accordion title="What happens when I ‘Use a Play’ from the Library?">
    You get a full, editable copy in your workspace.\
    It’s disconnected from the original — you can modify or delete it as you like.
  </Accordion>

  <Accordion title="Can I share my Play or Workflow with others?">
    You can’t directly share a Play, but anyone can **search for published Plays** using tags or keywords.\
    You can, however, share the **public workflow link** — it’s copied to your clipboard when you click **Share**.
  </Accordion>

  <Accordion title="Can I see what Plays are trending or featured?">
    <strong>Coming Soon</strong> — we’ll soon highlight top Plays based on usage, creativity, and performance.
  </Accordion>

  <Accordion title="Can I collaborate on a Workflow with my team?">
    Yes. Team members in your workspace can view, edit, and run shared workflows depending on their permissions.\
    Collaboration makes it easy to co-build Plays or maintain shared automation processes.
  </Accordion>

  <Accordion title="Can I track workflow runs or see logs?">
    Yes. Each run generates logs showing node-level execution details and any errors encountered, so you can troubleshoot easily.
  </Accordion>
</AccordionGroup>

***

<p style={{ fontSize: '1rem', fontWeight: 'bold', marginTop: '1.5rem' }}>
  Still stuck? Reach out at <a href="mailto:nrevlabs@nurturev.com">[nrevlabs@nurturev.com](mailto:nrevlabs@nurturev.com)</a> — we're always happy to help. 🚀
</p>
