# Third-party providers

Managing sensitive information securely is one of the most critical aspects of any application. In ShipWithDjango, ensuring that your secrets—such as API keys, database passwords, and other confidential data—remain private and confidential is a top priority.

To help you keep your secrets safe, ShipWithDjango offers integration with several secret management providers:

* [**Infisical**](/secret-management/third-party-providers/infisical.md): A user-friendly, free-to-use secret management solution.
* [**AWS Secrets Manager**](/secret-management/third-party-providers/aws-secrets-manager.md): A robust and scalable service for managing secrets in the AWS ecosystem.
* [**Azure Key Vault**](/secret-management/third-party-providers/azure-key-vault.md): A secure cloud service for storing and accessing secrets in Microsoft Azure.


---

# 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/secret-management/third-party-providers.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.
