# Contributing to Llama Stack Start with the [Contributing Guide](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md) for some general tips. This section covers a few key topics in more detail. - [Adding a New API Provider](new_api_provider.md) describes adding new API providers to the Stack. - [Testing Llama Stack](testing.md) provides details about the testing framework and how to test providers and distributions. ```{toctree} :maxdepth: 1 :hidden: new_api_provider testing ```