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

# Frequently Asked Questions

> Answers to common questions about Nodepick Cloud servers, billing, and sandbox features.

Answers to common questions about Nodepick Cloud servers, billing, and sandbox features.

<AccordionGroup>
  <Accordion title="How does Nodepick differ from traditional Cloud VPS providers?">
    Traditional Cloud VPS providers often take several minutes to launch servers and bill in hourly or monthly blocks. Nodepick launches Linux virtual machines in under 15 seconds and bills by the second. You can manage servers directly through our web dashboard, API, CLI, or MCP tools.
  </Accordion>

  <Accordion title="How does Nodepick work as a sandbox for AI agents?">
    AI coding agents need safe environments to install packages and execute code. Nodepick gives your agents temporary Linux virtual machines with root access. When your agent finishes a task, you can delete the machine immediately so nothing lingers.
  </Accordion>

  <Accordion title="Do I get full root access via SSH?">
    Yes. Every Nodepick node runs its own Linux kernel with full root permissions. You can connect via SSH, install custom system packages, configure firewalls, and run Docker containers without container restrictions.
  </Accordion>

  <Accordion title="How does per-second Cloud billing work?">
    You only pay for the exact time your server runs. Billing starts when your server boots and stops the moment you delete it. There are no setup fees, minimum usage commitments, or cancellation charges.
  </Accordion>

  <Accordion title="Can I assign public IPv4 addresses to my servers?">
    Yes. You can assign dedicated public IPv4 addresses and configure ports for each server. This lets you host public websites, APIs, or connect directly over SSH from anywhere.
  </Accordion>

  <Accordion title="Does Nodepick do backups?">
    Currently, we do not backup data on the nodes. Backups are the responsibility of the customer. We will offer advanced backup options in the future.
  </Accordion>
</AccordionGroup>

## Still have questions?

If you have any questions or need help, reach out to us or connect with us on social media:

<CardGroup cols={2}>
  <Card title="Contact Us" icon="envelope" href="mailto:hello@nodepick.ai">
    Send an email to [hello@nodepick.ai](mailto:hello@nodepick.ai) for support, questions, or feedback.
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/nodepick">
    Explore our repositories, open-source SDKs, and developer tools.
  </Card>

  <Card title="Follow on X" icon="x-twitter" href="https://x.com/nodepick">
    Follow @nodepick on X for the latest announcements and product updates.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get started in less than a minute using the nodepick CLI or Python SDK.
  </Card>
</CardGroup>
