# Welcome 👋

*SecretsFoundry* is a tool aimed to make managing your environment variables easier and more secure, enabling you to manage your secrets and their rotations with minimal config.

## Why SecretsFoundry?

There are several reasons to adopt SecretsFoundry in your workflow.

1. A simple solution that makes secret management easier for developers.
2. Drop in replacement for packages like `dotenv` and `dotenv-expand`.
3. Works with muliple secret managers like
   * [AWS Secrets Manager](/secretsfoundry/loaders/secrets-loader.md)
   * [AWS Parameter Store](/secretsfoundry/loaders/ssm-loader.md)
   * [AWS S3](/secretsfoundry/loaders/s3-loader.md)
   * [Hashicorp Vault](/secretsfoundry/loaders/hashicorp-vault-loader.md)
4. All env variables are version controlled using Git and can follow the Gitops methodology.
5. Requires no change to the production or CI/CD environment while adding / removing environment variables.

## Questions?

We're always happy to help with code or other questions you might have. Search our documentation,or post questions to our [Github repo](https://github.com/innoavator/secretsfoundry) if you run into any technical roadblocks.


---

# 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://abhichoudhary06.gitbook.io/secretsfoundry/readme.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.
