# Downloading ShipWithDjango

In this section, we'll walk you through the simple steps to access and download your version of ShipWithDjango. Let’s get started!

#### 1. Check Your Email for Your Login Credentials

After purchasing ShipWithDjango, you should receive an email containing your login credentials. This email will include your username and a temporary password. If you don't see the email in your inbox, be sure to check your spam or junk folder. Once you have your credentials, you're ready to access your dashboard.

#### 2. Access Your Dashboard

With your login credentials in hand, navigate to the ShipWithDjango dashboard at <https://shipwithdjango.com/swd/authentication/login/>.&#x20;

Enter your username and password to log in. The dashboard is your central hub for managing your downloads and accessing support (if your plan includes this).

<figure><img src="/files/wUDie0M6Kk1FIOYQq7YB" alt=""><figcaption></figcaption></figure>

#### 3. Download Your Chosen Version

Once you’re logged in to your dashboard, you’ll see a section for downloading ShipWithDjango. Select the version of the boilerplate that suits your project needs. Click the download button, and your file will be ready shortly. After downloading, you can start setting up your project and begin development immediately.

And that's it! You're now ready to start using ShipWithDjango to build and deploy your web applications efficiently.


---

# 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.shipwithdjango.com/getting-started/quickstart.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.
