> For the complete documentation index, see [llms.txt](https://skydel.gitbook.io/skydel-plug-ins-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skydel.gitbook.io/skydel-plug-ins-documentation/plug-ins-in-skydel/using-plugins.md).

# Using Plug-ins

Here's how you can use plug-ins in Skydel.

## What is a plug-in for Skydel?

A plug-in is a shared library (*.so* or *.dll*) that implements some of the interfaces of the Skydel Plug-in SDK.

## How to make a plug-in available in Skydel?

Make sure you copy the plug-in (*.so* or *.dll* file) into the *Skydel Data Folder / Plug-ins.* When Skydel is launched, it will search that folder in order to list all the available plug-ins.

<picture><source srcset="/files/8oMWlNyzS7nUCteJJCqs" media="(prefers-color-scheme: dark)"><img src="https://311694143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MW_Pt37t64EODlZCwBV%2Fuploads%2FAkicW7elhkRXAS5fF7bL%2Fcs_gitbook-using_plugins_load_light.png?alt=media&amp;token=4a7619c7-995e-44f6-8676-f1b4b82a64ba" alt="Skydel&#x27;s Plug-in Search at Startup"></picture>

## How to enable/disable a plug-in in Skydel?

Go to *Help / Plug-ins...* to enable/disable any available plug-in.

<figure><img src="https://311694143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MW_Pt37t64EODlZCwBV%2Fuploads%2Fb1rV82b7Ug9v2z5X0fMh%2Fimage.png?alt=media&amp;token=fe79a514-90e4-456c-bce2-eea34ba0bad8" alt=""><figcaption><p>Skydel Plug-ins Dialog</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://skydel.gitbook.io/skydel-plug-ins-documentation/plug-ins-in-skydel/using-plugins.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
