# Contributing

If you want to add new fields to the config, or add new components, you'll need to update the `scaffold` package to accept any new config options. And then update the components you wish to extend.

For example, if you want to be able to configure the rollout strategy in the `service.yaml` config - you'll need to add those options to `scaffold`, and then update the `deployment` package to accept those new options.

The aim is to wrap the Pulumi SDK in our own simplified API, which is easy to use, and easy to extend.


---

# 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.mediamagic.dev/product-docs/libs/infrastructure-components/docs/contributing.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.
