# Next steps

Now that you've got ShipWithDjango up and running, it is time to customize it and fit it to your needs.

ShipWithDjango is designed with flexibility in mind, allowing you to tailor your project to your specific needs through a series of well-organized configuration files. These files are easy to maintain and focus on different aspects of your application, ensuring that customization is both straightforward and efficient.

All configuration files are located in the `CONFIG` directory within the root of your project.

A lot of these configuration files will also take in environment variables which you can define in the provided `.env`.  ShipWithDjango also comes with secure secret management so you don't need to keep sensitive information in a file located on your server or local device. [Find more about which providers you can integrate with here.](/secret-management/third-party-providers.md)

The next sections will walk you through all the configuration options and how to leverage them to create your product in no-time.


---

# 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/next-steps.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.
