# Get Started with your Product

All of DjangoMango's products come with product specific guides. But we recommend you read through this section first to understand the basics. We will walk you through our typical project structure, including how we prefer to set up our Django applications. Explain some of the basic configuration changes you will need to make for deployment. And walk through how to run your application using Docker.

### Project Structure

Our Django applications follow a particular project structure. It's worked well for us, and hopefully it does for you too!

{% content-ref url="/pages/-MGzypNg7lrNOLlv9G3t" %}
[Project Structure](/get-started-with-your-product/project-structure.md)
{% endcontent-ref %}

### Basic Configuration

Configurations are going to depend on the product you purchased. But you can use this section to get started with the basics.

{% content-ref url="/pages/-MGzysYOtfGK4vcHDqmL" %}
[Basic Configuration](/get-started-with-your-product/basic-configuration.md)
{% endcontent-ref %}

### Running your Project

You've got your production environment ready and made the basic configuration changes. Now it's time to give your application a test run.

{% content-ref url="/pages/-MH0bI42gGWxJbTQsjzO" %}
[Running your Project](/get-started-with-your-product/run-your-project.md)
{% endcontent-ref %}


---

# 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.djangomango.com/get-started-with-your-product.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.
