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

# Get a free QuickBooks Desktop developer license

> Obtain a free Not-For-Resale (NFR) license to use QuickBooks Desktop indefinitely for development and testing with Conductor. Takes 2 minutes.

export const Image = ({src, alt, width, align = "center", noShadow = false, noBorder = false, noZoom = false}) => <img src={`https://mintlify.s3-us-west-1.amazonaws.com/conductor${src}`} alt={alt} style={{
  width: width
}} noZoom={noZoom} className={`rounded-xl ${align === "center" ? "mx-auto" : ""} ${!noBorder ? "border border-gray-200 dark:border-0" : ""} ${!noShadow ? "shadow-md dark:shadow-none" : ""}`} />;

To develop and test integrations with Conductor, you need your own QuickBooks Desktop instance. If you don't have an existing instance, you can [install the QuickBooks Desktop free trial](/qbd/test-instance). The trial includes all features of the full version but expires after 30 days. To continue using QuickBooks Desktop for development beyond this period, you'll need a free Not-For-Resale (NFR) license. Follow these steps to obtain one:

<Steps>
  <Step title="Install QuickBooks Desktop trial">
    If you haven't already, follow our guide for [installing the QuickBooks Desktop free trial](/qbd/test-instance).
  </Step>

  <Step title="Create an Intuit developer account">
    [Sign up for an Intuit developer account](https://accounts.intuit.com/app/sign-in?start_screen_hint=SignUp) if you don't have one. This account is required to request the NFR license.
  </Step>

  <Step title="Create a support ticket">
    1. Go to [Intuit's developer support page](https://help.developer.intuit.com/s/contactsupport).
    2. Choose the following options:
       * **Product**: QuickBooks Desktop
       * **Category**: NFR License
    3. Click "Next" to proceed.

    <Frame>
      <img
        src="https://mintcdn.com/conductor/79gIlu1T1D-ycZhm/images/qbd/dev-license/create-ticket-1.jpg?fit=max&auto=format&n=79gIlu1T1D-ycZhm&q=85&s=4d691dc686fc12026810af249caa6a55"
        alt="Support ticket creation page with 'QuickBooks Desktop' selected as the
Product and 'NFR License' selected as the
Category"
        width="1929"
        height="895"
        data-path="images/qbd/dev-license/create-ticket-1.jpg"
      />
    </Frame>
  </Step>

  <Step title="Provide version details">
    On the next page, specify:

    * **Product Year**: 2024 (or the latest available)
    * **Product Country**: US
    * **Product Version**: QuickBooks Enterprise v24 (or the latest version)
          <Info>
            Conductor works identically with all QuickBooks Desktop versions and editions. We recommend the Enterprise edition for development to avoid potential limitations in user count and dataset size.
          </Info>
    * **Enable Advanced Inventory?** Yes (Allows testing with the full feature set)

    After filling out these details, click "Create Support Ticket".

    <Frame>
      <img src="https://mintcdn.com/conductor/hjDC6C2Dz4sn63AO/images/qbd/dev-license/create-ticket-2.jpg?fit=max&auto=format&n=hjDC6C2Dz4sn63AO&q=85&s=06ae07ef5803b4ae295f76ed93920a50" alt="Support ticket creation page with the specified options selected" width="1912" height="1802" data-path="images/qbd/dev-license/create-ticket-2.jpg" />
    </Frame>
  </Step>

  <Step title="Wait for the license key via email">
    After you click "Create Support Ticket", Intuit will send you a confirmation email. Intuit will send you another email within 24-48 hours with your license key.
  </Step>

  <Step title="Activate your license once you receive it">
    Once you have the license key:

    1. Open your existing QuickBooks Desktop trial installation.
    2. Go to **Help → Manage My License → Change My License Number**.
    3. Enter the NFR license key when prompted.
    4. Follow any additional on-screen instructions to complete activation.

    Your QuickBooks Desktop is now licensed for indefinite use in development and testing with Conductor.
  </Step>
</Steps>
