# Plugins

Plugins are functionality that are not enabled by default. A publicly available plugin API is currently being developed and will be released with a future version of PowerShell Universal. Below are a list of the plugins that are shipped with PowerShell Universal v4.2 and later.

## Enabling Plugins

Plugins are enabled in `appsettings.json` or through environment variables. See [App Settings ](/config/settings.md)for information on where to configure these options. Any changes made to the configuration will require a restart of the PowerShell Universal service.

```json
{
    "Plugins": [
        "SQL",
        "PowerShellUniversal.Language.CSharp"
    ]
}
```

##


---

# 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.powershelluniversal.com/platform/plugins.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.
