# Contributing

Nuclear does not accept code contributions. Issues and pull requests will be closed.

But if you want to extend Nuclear, you can write a plugin instead. The plugin system gives you full control over streaming, metadata, playlists, dashboard content, and more, without needing to touch the core codebase.

## Writing plugins

See the [Getting started](/nuclear/plugins/getting-started.md) guide to learn how to build and publish a plugin using the [@nuclearplayer/plugin-sdk](https://www.npmjs.com/package/@nuclearplayer/plugin-sdk).

## Translations

You can contribute translations for supported languages through [Crowdin](https://crowdin.com/project/nuclear). Don't submit translation PRs directly.

## Discussions

Discuss Nuclear using the [GitHub Discussions](https://github.com/nukeop/nuclear/discussions) forum.


---

# 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.nuclearplayer.com/nuclear/development/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.
