# DrawingPics Onboarding

Download the .dmg file from [DrawingPics Desktop](https://drawing.pics/drawingapp), open .dmg file and move the app to the /Applications folder as usual.

Then Click the app, and it will prompt you to select a folder or create a new folder to store all the installation files and future models. (Update: New version will skip this step, as we use \`$HOME/DrawingPicsModels\` as the default path to prevent path issues)

<figure><img src="/files/j6X4CzpJGRHcHFDYIaLc" alt=""><figcaption><p>DrawingPics Desktop Onboarding</p></figcaption></figure>

All files will be stored in the folder you select, ensuring that your file system remains organized and unaffected by the AI runtime.

The app will automatically install the necessary Python components and prepare the environment in an isolated location within the folder you selected.

<figure><img src="/files/q0INowsrREILhhJarYcJ" alt=""><figcaption><p>DrawingPics Desktop Onboarding</p></figcaption></figure>

If your network connection is stable, you will see a message indicating that the environment setup is finished. Simply click the "Enter" button to proceed.

<figure><img src="/files/UB0JIimvJnZcN9P1rOox" alt=""><figcaption><p>DrawingPics Desktop Onboarding</p></figcaption></figure>

The next step is to download the models. Click the "Download" button to start the process.&#x20;

<figure><img src="/files/mu91ZniiLVd9i8w0rbzG" alt=""><figcaption><p>DrawingPics Desktop Onboarding</p></figcaption></figure>

If any file downloads fail due to network issues, don't worry; we have a retry mechanism in place. Simply click "Retry" when you encounter a network error.

<figure><img src="/files/Bp2jb9TmDHPzYrlwQfis" alt=""><figcaption><p>DrawingPics Desktop Onboarding</p></figcaption></figure>

After the download is complete, you are all set!&#x20;

<figure><img src="/files/B4HjPvnaOFT5LuaJFCsn" alt=""><figcaption><p>DrawingPics Desktop Onboarding</p></figcaption></figure>

Click Start button, then you can start using the canvas and begin drawing.

<figure><img src="/files/SCBUAgdhWP9IuO6cOZA8" alt=""><figcaption><p>DrawingPics Desktop Onboarding</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.drawing.pics/index/getting-started/drawingpics-onboarding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
