> For the complete documentation index, see [llms.txt](https://docs.djangomango.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.djangomango.com/get-started-with-your-product.md).

# 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 %}
