# Plugins

Functionality is added via Plugins. They contain pre-built Functions, Types, and Services. Think of them as NuGet or npm packages that can be installed and used in your Linx Solution.

The Linx and Utilities plugins are installed by default and contain all the basic types and functions. Click on the **ADD PLUGINS** button to see all available plugins.

![The Plugins panel](/files/hDNwIvsHl1ICwdtLAwgh)

Plugins contain simple types like string or integer, generic functions like CallRESTService, complex services like RESTHost, and specialized functionality like the AWS APIs.

***

## Tutorial Video

{% embed url="<https://youtu.be/QhDudwn1VYA>" %}


---

# 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.linx.software/main-concepts/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.
